#A454BE

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

Shades of Deep Lilac #A454BE

Tints of Deep Lilac #A454BE

Color information

#A454BE (or 0xA454BE) is unknown color: approx Deep Lilac. HEX triplet: A4, 54 and BE. RGB value is (164,84,190). Sum of RGB (Red+Green+Blue) = 164+84+190=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #A454BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454BE is #5BAB41. Grayscale: #777777. Windows color (decimal): -6007618 or 12473508. OLE color: 12473508.

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

Color convert

RGB16484190-
CMYK0.140.5600.25
HSL285.28º44.92%53.73%-
HSV(B)285.28º55.79%74.51%-
XYZ27.7717.9550.72-
YUV120167.5159.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=37.44%
G=19.18%
B=43.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164841900.140.5600.25285.2844.9253.73
HexA454BEE3801911d2d36
Octal24412427616700314355566
Binary101001001010100101111101110111000011001100011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A454BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A454BE; }

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

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

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

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

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

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

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

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