#A845BE

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

Shades of Deep Lilac #A845BE

Tints of Deep Lilac #A845BE

Color information

#A845BE (or 0xA845BE) is unknown color: approx Deep Lilac. HEX triplet: A8, 45 and BE. RGB value is (168,69,190). Sum of RGB (Red+Green+Blue) = 168+69+190=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #A845BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845BE is #57BA41. Grayscale: #707070. Windows color (decimal): -5749314 or 12469672. OLE color: 12469672.

HSL color Cylindrical-coordinate representation of color #A845BE: hue angle of 289.09º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A845BE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16869190-
CMYK0.120.6400.25
HSL289.09º48.21%50.78%-
HSV(B)289.09º63.68%74.51%-
XYZ27.5716.350.41-
YUV112.4171.8167.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=39.34%
G=16.16%
B=44.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168691900.120.6400.25289.0948.2150.78
HexA845BEC400191213033
Octal250105276141000314416063
Binary1010100010001011011111011001000000011001100100001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A845BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A845BE; }

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

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

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

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

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

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

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

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