#A67BCB

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

Shades of Lilac Bush #A67BCB

Tints of Lilac Bush #A67BCB

Color information

#A67BCB (or 0xA67BCB) is unknown color: approx Lilac Bush. HEX triplet: A6, 7B and CB. RGB value is (166,123,203). Sum of RGB (Red+Green+Blue) = 166+123+203=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #A67BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BCB is #598434. Grayscale: #909090. Windows color (decimal): -5866549 or 13335462. OLE color: 13335462.

HSL color Cylindrical-coordinate representation of color #A67BCB: hue angle of 272.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67BCB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166123203-
CMYK0.180.3900.20
HSL272.25º43.48%63.92%-
HSV(B)272.25º39.41%79.61%-
XYZ33.5926.5859.86-
YUV144.98160.75143-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=33.74%
G=25%
B=41.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661232030.180.3900.20272.2543.4863.92
HexA67BCB12270141102b40
Octal246173313224702442053100
Binary10100110111101111001011100101001110101001000100001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BCB; }

 p { color: rgb(166,123,203); }

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

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

 a { background-color: rgb(166,123,203); }

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

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

 span { border-color: rgb(166,123,203); }

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