#A69AC2

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

Shades of Biloba Flower #A69AC2

Tints of Biloba Flower #A69AC2

Color information

#A69AC2 (or 0xA69AC2) is unknown color: approx Biloba Flower. HEX triplet: A6, 9A and C2. RGB value is (166,154,194). Sum of RGB (Red+Green+Blue) = 166+154+194=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #A69AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69AC2 is #59653D. Grayscale: #A2A2A2. Windows color (decimal): -5858622 or 12753574. OLE color: 12753574.

HSL color Cylindrical-coordinate representation of color #A69AC2: hue angle of 258º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69AC2 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166154194-
CMYK0.140.2100.24
HSL258º24.69%68.24%-
HSV(B)258º20.62%76.08%-
XYZ37.0235.1155.87-
YUV162.15145.98130.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 194 (76.17% from 255) = 37.74%
R=32.30%
G=29.96%
B=37.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661541940.140.2100.2425824.6968.24
HexA69AC2E150181021944
Octal246232302162503040231104
Binary101001101001101011000010111010101011000100000010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AC2; }

 p { color: rgb(166,154,194); }

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

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

 a { background-color: rgb(166,154,194); }

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

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

 span { border-color: rgb(166,154,194); }

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