#A699CC

Color #A699CC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A699CC

Tints of Biloba Flower #A699CC

Color information

#A699CC (or 0xA699CC) is unknown color: approx Biloba Flower. HEX triplet: A6, 99 and CC. RGB value is (166,153,204). Sum of RGB (Red+Green+Blue) = 166+153+204=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #A699CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699CC is #596633. Grayscale: #A2A2A2. Windows color (decimal): -5858868 or 13408678. OLE color: 13408678.

HSL color Cylindrical-coordinate representation of color #A699CC: hue angle of 255.29º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A699CC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB166153204-
CMYK0.190.2500.2
HSL255.29º33.33%70%-
HSV(B)255.29º25%80%-
XYZ38.0235.2561.93-
YUV162.7151.31130.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=31.74%
G=29.25%
B=39.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661532040.190.2500.2255.2933.3370
HexA699CC1319014ff2146
Octal246231314233102437741106
Binary1010011010011001110011001001111001010100111111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699CC; }

 p { color: rgb(166,153,204); }

 H1.HeaderClassName
 {
   color: #A699CC;
 }
 .AnyTagClassName
 {
   color: #A699CC;
 }
</style>
background-color css

<style>
 a { background-color: #A699CC; }

 a { background-color: rgb(166,153,204); }

 div.DivClassName
 {
   background-color: #A699CC;
 }
 .BgClassName
 {
   background-color: #A699CC;
 }
</style>
border-color css

<style>
 span { border-color: #A699CC; }

 span { border-color: rgb(166,153,204); }

 td.TdClassName
 {
   border-color: #A699CC;
 }
 .TagClassName
 {
   border-color: #A699CC;
 }
</style>