#A67DD3

Color #A67DD3 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #A67DD3

Tints of Lilac Bush #A67DD3

Color information

#A67DD3 (or 0xA67DD3) is unknown color: approx Lilac Bush. HEX triplet: A6, 7D and D3. RGB value is (166,125,211). Sum of RGB (Red+Green+Blue) = 166+125+211=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #A67DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DD3 is #59822C. Grayscale: #929292. Windows color (decimal): -5866029 or 13860262. OLE color: 13860262.

HSL color Cylindrical-coordinate representation of color #A67DD3: hue angle of 268.6º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A67DD3 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166125211-
CMYK0.210.4100.17
HSL268.6º49.43%65.88%-
HSV(B)268.6º40.76%82.75%-
XYZ34.8227.4865.1-
YUV147.06164.08141.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 211 (82.81% from 255) = 42.03%
R=33.07%
G=24.90%
B=42.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661252110.210.4100.17268.649.4365.88
HexA67DD3152901110d3142
Octal246175323255102141561102
Binary10100110111110111010011101011010010100011000011011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67DD3; }

 p { color: rgb(166,125,211); }

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

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

 a { background-color: rgb(166,125,211); }

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

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

 span { border-color: rgb(166,125,211); }

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