#A25AC4

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

Shades of Deep Lilac #A25AC4

Tints of Deep Lilac #A25AC4

Color information

#A25AC4 (or 0xA25AC4) is unknown color: approx Deep Lilac. HEX triplet: A2, 5A and C4. RGB value is (162,90,196). Sum of RGB (Red+Green+Blue) = 162+90+196=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 196 - color contains mainly: blue. Hex color #A25AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AC4 is #5DA53B. Grayscale: #7B7B7B. Windows color (decimal): -6137148 or 12868258. OLE color: 12868258.

HSL color Cylindrical-coordinate representation of color #A25AC4: hue angle of 280.75º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25AC4 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16290196-
CMYK0.170.5400.23
HSL280.75º47.32%56.08%-
HSV(B)280.75º54.08%76.86%-
XYZ28.5218.9854.38-
YUV123.61168.85155.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 90 (35.55% from 255) = 20.09%
BLUE value IS 196 (76.95% from 255) = 43.75%
R=36.16%
G=20.09%
B=43.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162901960.170.5400.23280.7547.3256.08
HexA25AC411360171192f38
Octal24213230421660274315770
Binary1010001010110101100010010001110110010111100011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25AC4; }

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

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

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

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

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

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

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

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