#A25ACA

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

Shades of Deep Lilac #A25ACA

Tints of Deep Lilac #A25ACA

Color information

#A25ACA (or 0xA25ACA) is unknown color: approx Deep Lilac. HEX triplet: A2, 5A and CA. RGB value is (162,90,202). Sum of RGB (Red+Green+Blue) = 162+90+202=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #A25ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ACA is #5DA535. Grayscale: #7B7B7B. Windows color (decimal): -6137142 or 13261474. OLE color: 13261474.

HSL color Cylindrical-coordinate representation of color #A25ACA: hue angle of 278.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25ACA is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16290202-
CMYK0.200.5500.21
HSL278.57º51.38%57.25%-
HSV(B)278.57º55.45%79.22%-
XYZ29.2219.2658.05-
YUV124.3171.85154.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=35.68%
G=19.82%
B=44.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162902020.200.5500.21278.5751.3857.25
HexA25ACA14370151173339
Octal24213231224670254276371
Binary1010001010110101100101010100110111010101100010111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25ACA; }

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

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

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

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

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

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

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

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