#A450C7

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

Shades of Deep Lilac #A450C7

Tints of Deep Lilac #A450C7

Color information

#A450C7 (or 0xA450C7) is unknown color: approx Deep Lilac. HEX triplet: A4, 50 and C7. RGB value is (164,80,199). Sum of RGB (Red+Green+Blue) = 164+80+199=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #A450C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450C7 is #5BAF38. Grayscale: #767676. Windows color (decimal): -6008633 or 13062308. OLE color: 13062308.

HSL color Cylindrical-coordinate representation of color #A450C7: hue angle of 282.35º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A450C7 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16480199-
CMYK0.180.6000.22
HSL282.35º51.52%54.71%-
HSV(B)282.35º59.8%78.04%-
XYZ28.4917.7555.96-
YUV118.68173.33160.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 199 (78.12% from 255) = 44.92%
R=37.02%
G=18.06%
B=44.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164801990.180.6000.22282.3551.5254.71
HexA450C7123C01611a3437
Octal24412030722740264326467
Binary1010010010100001100011110010111100010110100011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A450C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A450C7; }

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

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

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

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

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

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

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

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