#A152BB

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

Shades of Deep Lilac #A152BB

Tints of Deep Lilac #A152BB

Color information

#A152BB (or 0xA152BB) is unknown color: approx Deep Lilac. HEX triplet: A1, 52 and BB. RGB value is (161,82,187). Sum of RGB (Red+Green+Blue) = 161+82+187=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #A152BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152BB is #5EAD44. Grayscale: #757575. Windows color (decimal): -6204741 or 12276385. OLE color: 12276385.

HSL color Cylindrical-coordinate representation of color #A152BB: hue angle of 285.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A152BB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16182187-
CMYK0.140.5600.27
HSL285.14º43.57%52.75%-
HSV(B)285.14º56.15%73.33%-
XYZ26.6817.248.93-
YUV117.59167.17158.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=37.44%
G=19.07%
B=43.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161821870.140.5600.27285.1443.5752.75
HexA152BBE3801B11d2c35
Octal24112227316700334355465
Binary101000011010010101110111110111000011011100011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A152BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A152BB; }

 p { color: rgb(161,82,187); }

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

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

 a { background-color: rgb(161,82,187); }

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

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

 span { border-color: rgb(161,82,187); }

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