#A45AC9

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

Shades of Deep Lilac #A45AC9

Tints of Deep Lilac #A45AC9

Color information

#A45AC9 (or 0xA45AC9) is unknown color: approx Deep Lilac. HEX triplet: A4, 5A and C9. RGB value is (164,90,201). Sum of RGB (Red+Green+Blue) = 164+90+201=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #A45AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45AC9 is #5BA536. Grayscale: #7C7C7C. Windows color (decimal): -6006071 or 13195940. OLE color: 13195940.

HSL color Cylindrical-coordinate representation of color #A45AC9: hue angle of 280º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A45AC9 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16490201-
CMYK0.180.5500.21
HSL280º50.68%57.06%-
HSV(B)280º55.22%78.82%-
XYZ29.5119.4257.45-
YUV124.78171.02155.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=36.04%
G=19.78%
B=44.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164902010.180.5500.2128050.6857.06
HexA45AC912370151183339
Octal24413231122670254306371
Binary1010010010110101100100110010110111010101100011000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45AC9; }

 p { color: rgb(164,90,201); }

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

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

 a { background-color: rgb(164,90,201); }

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

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

 span { border-color: rgb(164,90,201); }

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