#A47BD0

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

Shades of Lilac Bush #A47BD0

Tints of Lilac Bush #A47BD0

Color information

#A47BD0 (or 0xA47BD0) is unknown color: approx Lilac Bush. HEX triplet: A4, 7B and D0. RGB value is (164,123,208). Sum of RGB (Red+Green+Blue) = 164+123+208=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #A47BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BD0 is #5B842F. Grayscale: #909090. Windows color (decimal): -5997616 or 13663140. OLE color: 13663140.

HSL color Cylindrical-coordinate representation of color #A47BD0: hue angle of 268.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47BD0 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164123208-
CMYK0.210.4100.18
HSL268.94º47.49%64.9%-
HSV(B)268.94º40.87%81.57%-
XYZ33.7826.6163.03-
YUV144.95163.58141.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=33.13%
G=24.85%
B=42.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641232080.210.4100.18268.9447.4964.9
HexA47BD0152901210d2f41
Octal244173320255102241557101
Binary10100100111101111010000101011010010100101000011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BD0; }

 p { color: rgb(164,123,208); }

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

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

 a { background-color: rgb(164,123,208); }

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

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

 span { border-color: rgb(164,123,208); }

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