#A452BE

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

Shades of Deep Lilac #A452BE

Tints of Deep Lilac #A452BE

Color information

#A452BE (or 0xA452BE) is unknown color: approx Deep Lilac. HEX triplet: A4, 52 and BE. RGB value is (164,82,190). Sum of RGB (Red+Green+Blue) = 164+82+190=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #A452BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452BE is #5BAD41. Grayscale: #767676. Windows color (decimal): -6008130 or 12472996. OLE color: 12472996.

HSL color Cylindrical-coordinate representation of color #A452BE: hue angle of 285.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A452BE is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16482190-
CMYK0.140.5700.25
HSL285.56º45.38%53.33%-
HSV(B)285.56º56.84%74.51%-
XYZ27.6217.6450.67-
YUV118.83168.17160.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=37.61%
G=18.81%
B=43.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164821900.140.5700.25285.5645.3853.33
HexA452BEE3901911e2d35
Octal24412227616710314365565
Binary101001001010010101111101110111001011001100011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A452BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A452BE; }

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

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

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

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

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

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

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

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