#A25ABE

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

Shades of Deep Lilac #A25ABE

Tints of Deep Lilac #A25ABE

Color information

#A25ABE (or 0xA25ABE) is unknown color: approx Deep Lilac. HEX triplet: A2, 5A and BE. RGB value is (162,90,190). Sum of RGB (Red+Green+Blue) = 162+90+190=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #A25ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ABE is #5DA541. Grayscale: #7A7A7A. Windows color (decimal): -6137154 or 12475042. OLE color: 12475042.

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

Color convert

RGB16290190-
CMYK0.150.5300.25
HSL283.2º43.48%54.9%-
HSV(B)283.2º52.63%74.51%-
XYZ27.8518.7150.86-
YUV122.93165.85155.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 90 (35.55% from 255) = 20.36%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=36.65%
G=20.36%
B=42.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162901900.150.5300.25283.243.4854.9
HexA25ABEF3501911b2b37
Octal24213227617650314335367
Binary101000101011010101111101111110101011001100011011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25ABE; }

 p { color: rgb(162,90,190); }

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

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

 a { background-color: rgb(162,90,190); }

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

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

 span { border-color: rgb(162,90,190); }

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