#A762BC

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

Shades of Deep Lilac #A762BC

Tints of Deep Lilac #A762BC

Color information

#A762BC (or 0xA762BC) is unknown color: approx Deep Lilac. HEX triplet: A7, 62 and BC. RGB value is (167,98,188). Sum of RGB (Red+Green+Blue) = 167+98+188=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #A762BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762BC is #589D43. Grayscale: #808080. Windows color (decimal): -5807428 or 12346023. OLE color: 12346023.

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

Color convert

RGB16798188-
CMYK0.110.4800.26
HSL286º40.18%56.08%-
HSV(B)286º47.87%73.73%-
XYZ29.3820.5850-
YUV128.89161.36155.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=36.87%
G=21.63%
B=41.50%

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
Decimal167981880.110.4800.2628640.1856.08
HexA762BCB3001A11e2838
Octal24714227413600324365070
Binary101001111100010101111001011110000011010100011110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762BC; }

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

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

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

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

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

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

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

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