#A95CBD

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

Shades of Deep Lilac #A95CBD

Tints of Deep Lilac #A95CBD

Color information

#A95CBD (or 0xA95CBD) is unknown color: approx Deep Lilac. HEX triplet: A9, 5C and BD. RGB value is (169,92,189). Sum of RGB (Red+Green+Blue) = 169+92+189=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #A95CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CBD is #56A342. Grayscale: #7D7D7D. Windows color (decimal): -5677891 or 12410025. OLE color: 12410025.

HSL color Cylindrical-coordinate representation of color #A95CBD: hue angle of 287.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95CBD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16992189-
CMYK0.110.5100.26
HSL287.63º42.36%55.1%-
HSV(B)287.63º51.32%74.12%-
XYZ29.3719.7650.41-
YUV126.08163.51158.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 189 (74.22% from 255) = 42%
R=37.56%
G=20.44%
B=42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169921890.110.5100.26287.6342.3655.1
HexA95CBDB3301A1202a37
Octal25113427513630324405267
Binary101010011011100101111011011110011011010100100000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CBD; }

 p { color: rgb(169,92,189); }

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

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

 a { background-color: rgb(169,92,189); }

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

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

 span { border-color: rgb(169,92,189); }

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