#A450CA

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

Shades of Deep Lilac #A450CA

Tints of Deep Lilac #A450CA

Color information

#A450CA (or 0xA450CA) is unknown color: approx Deep Lilac. HEX triplet: A4, 50 and CA. RGB value is (164,80,202). Sum of RGB (Red+Green+Blue) = 164+80+202=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #A450CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450CA is #5BAF35. Grayscale: #767676. Windows color (decimal): -6008630 or 13258916. OLE color: 13258916.

HSL color Cylindrical-coordinate representation of color #A450CA: hue angle of 281.31º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A450CA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16480202-
CMYK0.190.6000.21
HSL281.31º53.51%55.29%-
HSV(B)281.31º60.4%79.22%-
XYZ28.8417.8957.81-
YUV119.02174.83160.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 80 (31.64% from 255) = 17.94%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=36.77%
G=17.94%
B=45.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164802020.190.6000.21281.3153.5155.29
HexA450CA133C0151193637
Octal24412031223740254316667
Binary1010010010100001100101010011111100010101100011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A450CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A450CA; }

 p { color: rgb(164,80,202); }

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

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

 a { background-color: rgb(164,80,202); }

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

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

 span { border-color: rgb(164,80,202); }

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