#A452C1

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

Shades of Deep Lilac #A452C1

Tints of Deep Lilac #A452C1

Color information

#A452C1 (or 0xA452C1) is unknown color: approx Deep Lilac. HEX triplet: A4, 52 and C1. RGB value is (164,82,193). Sum of RGB (Red+Green+Blue) = 164+82+193=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #A452C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452C1 is #5BAD3E. Grayscale: #767676. Windows color (decimal): -6008127 or 12669604. OLE color: 12669604.

HSL color Cylindrical-coordinate representation of color #A452C1: hue angle of 284.32º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A452C1 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16482193-
CMYK0.150.5800.24
HSL284.32º47.23%53.92%-
HSV(B)284.32º57.51%75.69%-
XYZ27.9517.7852.41-
YUV119.17169.67159.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=37.36%
G=18.68%
B=43.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164821930.150.5800.24284.3247.2353.92
HexA452C1F3A01811c2f36
Octal24412230117720304345766
Binary101001001010010110000011111111010011000100011100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A452C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A452C1; }

 p { color: rgb(164,82,193); }

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

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

 a { background-color: rgb(164,82,193); }

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

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

 span { border-color: rgb(164,82,193); }

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