#A25BBF

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

Shades of Deep Lilac #A25BBF

Tints of Deep Lilac #A25BBF

Color information

#A25BBF (or 0xA25BBF) is unknown color: approx Deep Lilac. HEX triplet: A2, 5B and BF. RGB value is (162,91,191). Sum of RGB (Red+Green+Blue) = 162+91+191=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #A25BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BBF is #5DA440. Grayscale: #7B7B7B. Windows color (decimal): -6136897 or 12540834. OLE color: 12540834.

HSL color Cylindrical-coordinate representation of color #A25BBF: hue angle of 282.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25BBF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16291191-
CMYK0.150.5200.25
HSL282.6º43.86%55.29%-
HSV(B)282.6º52.36%74.9%-
XYZ28.0518.9351.46-
YUV123.63166.02155.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 191 (75% from 255) = 43.02%
R=36.49%
G=20.50%
B=43.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162911910.150.5200.25282.643.8655.29
HexA25BBFF3401911b2c37
Octal24213327717640314335467
Binary101000101011011101111111111110100011001100011011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25BBF; }

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

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

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

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

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

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

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

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