#A15AC9

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

Shades of Deep Lilac #A15AC9

Tints of Deep Lilac #A15AC9

Color information

#A15AC9 (or 0xA15AC9) is unknown color: approx Deep Lilac. HEX triplet: A1, 5A and C9. RGB value is (161,90,201). Sum of RGB (Red+Green+Blue) = 161+90+201=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #A15AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15AC9 is #5EA536. Grayscale: #7B7B7B. Windows color (decimal): -6202679 or 13195937. OLE color: 13195937.

HSL color Cylindrical-coordinate representation of color #A15AC9: hue angle of 278.38º 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 #A15AC9 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16190201-
CMYK0.200.5500.21
HSL278.38º50.68%57.06%-
HSV(B)278.38º55.22%78.82%-
XYZ28.919.1157.42-
YUV123.88171.52154.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 90 (35.55% from 255) = 19.91%
BLUE value IS 201 (78.91% from 255) = 44.47%
R=35.62%
G=19.91%
B=44.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161902010.200.5500.21278.3850.6857.06
HexA15AC914370151163339
Octal24113231124670254266371
Binary1010000110110101100100110100110111010101100010110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15AC9; }

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

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

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

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

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

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

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

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