#A762BD

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

Shades of Deep Lilac #A762BD

Tints of Deep Lilac #A762BD

Color information

#A762BD (or 0xA762BD) is unknown color: approx Deep Lilac. HEX triplet: A7, 62 and BD. RGB value is (167,98,189). Sum of RGB (Red+Green+Blue) = 167+98+189=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #A762BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762BD is #589D42. Grayscale: #808080. Windows color (decimal): -5807427 or 12411559. OLE color: 12411559.

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

Color convert

RGB16798189-
CMYK0.120.4800.26
HSL285.49º40.81%56.27%-
HSV(B)285.49º48.15%74.12%-
XYZ29.4920.6250.57-
YUV129161.86155.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 98 (38.67% from 255) = 21.59%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=36.78%
G=21.59%
B=41.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167981890.120.4800.26285.4940.8156.27
HexA762BDC3001A11d2938
Octal24714227514600324355170
Binary101001111100010101111011100110000011010100011101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762BD; }

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

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

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

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

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

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

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

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