#A962BD

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

Shades of Deep Lilac #A962BD

Tints of Deep Lilac #A962BD

Color information

#A962BD (or 0xA962BD) is unknown color: approx Deep Lilac. HEX triplet: A9, 62 and BD. RGB value is (169,98,189). Sum of RGB (Red+Green+Blue) = 169+98+189=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #A962BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962BD is #569D42. Grayscale: #818181. Windows color (decimal): -5676355 or 12411561. OLE color: 12411561.

HSL color Cylindrical-coordinate representation of color #A962BD: hue angle of 286.81º 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 #A962BD is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16998189-
CMYK0.110.4800.26
HSL286.81º40.81%56.27%-
HSV(B)286.81º48.15%74.12%-
XYZ29.9220.8450.59-
YUV129.6161.52156.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=37.06%
G=21.49%
B=41.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169981890.110.4800.26286.8140.8156.27
HexA962BDB3001A11f2938
Octal25114227513600324375170
Binary101010011100010101111011011110000011010100011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A962BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A962BD; }

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

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

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

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

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

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

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

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