#A25ABD

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

Shades of Deep Lilac #A25ABD

Tints of Deep Lilac #A25ABD

Color information

#A25ABD (or 0xA25ABD) is unknown color: approx Deep Lilac. HEX triplet: A2, 5A and BD. RGB value is (162,90,189). Sum of RGB (Red+Green+Blue) = 162+90+189=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #A25ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ABD is #5DA542. Grayscale: #7A7A7A. Windows color (decimal): -6137155 or 12409506. OLE color: 12409506.

HSL color Cylindrical-coordinate representation of color #A25ABD: hue angle of 283.64º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25ABD is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16290189-
CMYK0.140.5200.26
HSL283.64º42.86%54.71%-
HSV(B)283.64º52.38%74.12%-
XYZ27.7418.6750.29-
YUV122.81165.35155.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 90 (35.55% from 255) = 20.41%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=36.73%
G=20.41%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162901890.140.5200.26283.6442.8654.71
HexA25ABDE3401A11c2b37
Octal24213227516640324345367
Binary101000101011010101111011110110100011010100011100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25ABD; }

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

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

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

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

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

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

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

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