#A74FBD

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

Shades of Deep Lilac #A74FBD

Tints of Deep Lilac #A74FBD

Color information

#A74FBD (or 0xA74FBD) is unknown color: approx Deep Lilac. HEX triplet: A7, 4F and BD. RGB value is (167,79,189). Sum of RGB (Red+Green+Blue) = 167+79+189=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #A74FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FBD is #58B042. Grayscale: #757575. Windows color (decimal): -5812291 or 12406695. OLE color: 12406695.

HSL color Cylindrical-coordinate representation of color #A74FBD: hue angle of 288º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74FBD is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16779189-
CMYK0.120.5800.26
HSL288º45.45%52.55%-
HSV(B)288º58.2%74.12%-
XYZ27.9217.4850.05-
YUV117.85168.15163.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 79 (31.25% from 255) = 18.16%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=38.39%
G=18.16%
B=43.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167791890.120.5800.2628845.4552.55
HexA74FBDC3A01A1202d35
Octal24711727514720324405565
Binary101001111001111101111011100111010011010100100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74FBD; }

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

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

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

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

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

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

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

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