#A562BD

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

Shades of Deep Lilac #A562BD

Tints of Deep Lilac #A562BD

Color information

#A562BD (or 0xA562BD) is unknown color: approx Deep Lilac. HEX triplet: A5, 62 and BD. RGB value is (165,98,189). Sum of RGB (Red+Green+Blue) = 165+98+189=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #A562BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562BD is #5A9D42. Grayscale: #808080. Windows color (decimal): -5938499 or 12411557. OLE color: 12411557.

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

Color convert

RGB16598189-
CMYK0.130.4800.26
HSL284.18º40.81%56.27%-
HSV(B)284.18º48.15%74.12%-
XYZ29.0720.4150.55-
YUV128.41162.2154.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=36.50%
G=21.68%
B=41.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165981890.130.4800.26284.1840.8156.27
HexA562BDD3001A11c2938
Octal24514227515600324345170
Binary101001011100010101111011101110000011010100011100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A562BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A562BD; }

 p { color: rgb(165,98,189); }

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

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

 a { background-color: rgb(165,98,189); }

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

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

 span { border-color: rgb(165,98,189); }

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