#A95CBC

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

Shades of Deep Lilac #A95CBC

Tints of Deep Lilac #A95CBC

Color information

#A95CBC (or 0xA95CBC) is unknown color: approx Deep Lilac. HEX triplet: A9, 5C and BC. RGB value is (169,92,188). Sum of RGB (Red+Green+Blue) = 169+92+188=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #A95CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CBC is #56A343. Grayscale: #7D7D7D. Windows color (decimal): -5677892 or 12344489. OLE color: 12344489.

HSL color Cylindrical-coordinate representation of color #A95CBC: hue angle of 288.12º 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 #A95CBC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16992188-
CMYK0.100.5100.26
HSL288.12º41.74%54.9%-
HSV(B)288.12º51.06%73.73%-
XYZ29.2719.7249.84-
YUV125.97163.01158.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=37.64%
G=20.49%
B=41.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169921880.100.5100.26288.1241.7454.9
HexA95CBCA3301A1202a37
Octal25113427412630324405267
Binary101010011011100101111001010110011011010100100000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CBC; }

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

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

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

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

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

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

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

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