#A74CBB

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

Shades of Deep Lilac #A74CBB

Tints of Deep Lilac #A74CBB

Color information

#A74CBB (or 0xA74CBB) is unknown color: approx Deep Lilac. HEX triplet: A7, 4C and BB. RGB value is (167,76,187). Sum of RGB (Red+Green+Blue) = 167+76+187=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #A74CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CBB is #58B344. Grayscale: #737373. Windows color (decimal): -5813061 or 12274855. OLE color: 12274855.

HSL color Cylindrical-coordinate representation of color #A74CBB: hue angle of 289.19º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74CBB is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16776187-
CMYK0.110.5900.27
HSL289.19º44.94%51.57%-
HSV(B)289.19º59.36%73.33%-
XYZ27.4916.9748.84-
YUV115.86168.15164.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 76 (30.08% from 255) = 17.67%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=38.84%
G=17.67%
B=43.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167761870.110.5900.27289.1944.9451.57
HexA74CBBB3B01B1212d34
Octal24711427313730334415564
Binary101001111001100101110111011111011011011100100001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74CBB; }

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

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

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

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

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

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

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

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