#a852be

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

Shades of Deep Lilac #A852BE

Tints of Deep Lilac #A852BE

Color information

#A852BE (or 0xA852BE) is unknown color: approx Deep Lilac. HEX triplet: A8, 52 and BE. RGB value is (168,82,190). Sum of RGB (Red+Green+Blue) = 168+82+190=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #A852BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852BE is #57AD41. Grayscale: #777777. Windows color (decimal): -5745986 or 12473000. OLE color: 12473000.

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

Color convert

RGB16882190-
CMYK0.120.5700.25
HSL287.78º45.38%53.33%-
HSV(B)287.78º56.84%74.51%-
XYZ28.4618.0850.7-
YUV120.03167.49162.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=38.18%
G=18.64%
B=43.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168821900.120.5700.25287.7845.3853.33
HexA852BEC390191202d35
Octal25012227614710314405565
Binary101010001010010101111101100111001011001100100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a852be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a852be; }

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

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

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

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

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

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

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

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