#A25BB0

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

Shades of Deep Lilac #A25BB0

Tints of Deep Lilac #A25BB0

Color information

#A25BB0 (or 0xA25BB0) is unknown color: approx Deep Lilac. HEX triplet: A2, 5B and B0. RGB value is (162,91,176). Sum of RGB (Red+Green+Blue) = 162+91+176=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 176 - color contains mainly: blue. Hex color #A25BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25BB0 is #5DA44F. Grayscale: #797979. Windows color (decimal): -6136912 or 11557794. OLE color: 11557794.

HSL color Cylindrical-coordinate representation of color #A25BB0: hue angle of 290.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25BB0 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16291176-
CMYK0.080.4800.31
HSL290.12º34.98%52.35%-
HSV(B)290.12º48.3%69.02%-
XYZ26.4818.343.21-
YUV121.92158.52156.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=37.76%
G=21.21%
B=41.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162911760.080.4800.31290.1234.9852.35
HexA25BB083001F1222334
Octal24213326010600374424364
Binary101000101011011101100001000110000011111100100010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25BB0; }

 p { color: rgb(162,91,176); }

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

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

 a { background-color: rgb(162,91,176); }

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

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

 span { border-color: rgb(162,91,176); }

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