#A451B4

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

Shades of Deep Lilac #A451B4

Tints of Deep Lilac #A451B4

Color information

#A451B4 (or 0xA451B4) is unknown color: approx Deep Lilac. HEX triplet: A4, 51 and B4. RGB value is (164,81,180). Sum of RGB (Red+Green+Blue) = 164+81+180=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #A451B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451B4 is #5BAE4B. Grayscale: #747474. Windows color (decimal): -6008396 or 11817380. OLE color: 11817380.

HSL color Cylindrical-coordinate representation of color #A451B4: hue angle of 290.3º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A451B4 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16481180-
CMYK0.090.5500.29
HSL290.3º39.76%51.18%-
HSV(B)290.3º55%70.59%-
XYZ26.4917.0745.08-
YUV117.1163.5161.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=38.59%
G=19.06%
B=42.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164811800.090.5500.29290.339.7651.18
HexA451B493701D1222833
Octal24412126411670354425063
Binary101001001010001101101001001110111011101100100010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A451B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A451B4; }

 p { color: rgb(164,81,180); }

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

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

 a { background-color: rgb(164,81,180); }

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

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

 span { border-color: rgb(164,81,180); }

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