#A453B0

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

Shades of Deep Lilac #A453B0

Tints of Deep Lilac #A453B0

Color information

#A453B0 (or 0xA453B0) is unknown color: approx Deep Lilac. HEX triplet: A4, 53 and B0. RGB value is (164,83,176). Sum of RGB (Red+Green+Blue) = 164+83+176=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #A453B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A453B0 is #5BAC4F. Grayscale: #757575. Windows color (decimal): -6007888 or 11555748. OLE color: 11555748.

HSL color Cylindrical-coordinate representation of color #A453B0: hue angle of 292.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A453B0 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16483176-
CMYK0.070.5300.31
HSL292.26º37.05%50.78%-
HSV(B)292.26º52.84%69.02%-
XYZ26.2417.2143.01-
YUV117.82160.84160.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=38.77%
G=19.62%
B=41.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164831760.070.5300.31292.2637.0550.78
HexA453B073501F1242533
Octal2441232607650374444563
Binary10100100101001110110000111110101011111100100100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A453B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A453B0; }

 p { color: rgb(164,83,176); }

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

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

 a { background-color: rgb(164,83,176); }

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

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

 span { border-color: rgb(164,83,176); }

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