#A25EBA

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

Shades of Deep Lilac #A25EBA

Tints of Deep Lilac #A25EBA

Color information

#A25EBA (or 0xA25EBA) is unknown color: approx Deep Lilac. HEX triplet: A2, 5E and BA. RGB value is (162,94,186). Sum of RGB (Red+Green+Blue) = 162+94+186=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #A25EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EBA is #5DA145. Grayscale: #7C7C7C. Windows color (decimal): -6136134 or 12213922. OLE color: 12213922.

HSL color Cylindrical-coordinate representation of color #A25EBA: hue angle of 284.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25EBA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16294186-
CMYK0.130.4900.27
HSL284.35º40%54.9%-
HSV(B)284.35º49.46%72.94%-
XYZ27.7719.2348.7-
YUV124.82162.53154.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=36.65%
G=21.27%
B=42.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162941860.130.4900.27284.354054.9
HexA25EBAD3101B11c2837
Octal24213627215610334345067
Binary101000101011110101110101101110001011011100011100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25EBA; }

 p { color: rgb(162,94,186); }

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

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

 a { background-color: rgb(162,94,186); }

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

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

 span { border-color: rgb(162,94,186); }

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