#A862BE

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

Shades of Deep Lilac #A862BE

Tints of Deep Lilac #A862BE

Color information

#A862BE (or 0xA862BE) is unknown color: approx Deep Lilac. HEX triplet: A8, 62 and BE. RGB value is (168,98,190). Sum of RGB (Red+Green+Blue) = 168+98+190=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #A862BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862BE is #579D41. Grayscale: #818181. Windows color (decimal): -5741890 or 12477096. OLE color: 12477096.

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

Color convert

RGB16898190-
CMYK0.120.4800.25
HSL285.65º41.44%56.47%-
HSV(B)285.65º48.42%74.51%-
XYZ29.8120.7851.15-
YUV129.42162.19155.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=36.84%
G=21.49%
B=41.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168981900.120.4800.25285.6541.4456.47
HexA862BEC3001911e2938
Octal25014227614600314365170
Binary101010001100010101111101100110000011001100011110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A862BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A862BE; }

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

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

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

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

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

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

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

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