#A74CBD

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

Shades of Deep Lilac #A74CBD

Tints of Deep Lilac #A74CBD

Color information

#A74CBD (or 0xA74CBD) is unknown color: approx Deep Lilac. HEX triplet: A7, 4C and BD. RGB value is (167,76,189). Sum of RGB (Red+Green+Blue) = 167+76+189=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #A74CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CBD is #58B342. Grayscale: #737373. Windows color (decimal): -5813059 or 12405927. OLE color: 12405927.

HSL color Cylindrical-coordinate representation of color #A74CBD: hue angle of 288.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74CBD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16776189-
CMYK0.120.6000.26
HSL288.32º46.12%51.96%-
HSV(B)288.32º59.79%74.12%-
XYZ27.7117.0649.98-
YUV116.09169.15164.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 76 (30.08% from 255) = 17.59%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=38.66%
G=17.59%
B=43.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167761890.120.6000.26288.3246.1251.96
HexA74CBDC3C01A1202e34
Octal24711427514740324405664
Binary101001111001100101111011100111100011010100100000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74CBD; }

 p { color: rgb(167,76,189); }

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

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

 a { background-color: rgb(167,76,189); }

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

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

 span { border-color: rgb(167,76,189); }

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