#A462BE

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

Shades of Deep Lilac #A462BE

Tints of Deep Lilac #A462BE

Color information

#A462BE (or 0xA462BE) is unknown color: approx Deep Lilac. HEX triplet: A4, 62 and BE. RGB value is (164,98,190). Sum of RGB (Red+Green+Blue) = 164+98+190=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #A462BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462BE is #5B9D41. Grayscale: #7F7F7F. Windows color (decimal): -6004034 or 12477092. OLE color: 12477092.

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

Color convert

RGB16498190-
CMYK0.140.4800.25
HSL283.04º41.44%56.47%-
HSV(B)283.04º48.42%74.51%-
XYZ28.9720.3551.12-
YUV128.22162.87153.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=36.28%
G=21.68%
B=42.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164981900.140.4800.25283.0441.4456.47
HexA462BEE3001911b2938
Octal24414227616600314335170
Binary101001001100010101111101110110000011001100011011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A462BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A462BE; }

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

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

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

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

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

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

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

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