#A25EBE

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

Shades of Deep Lilac #A25EBE

Tints of Deep Lilac #A25EBE

Color information

#A25EBE (or 0xA25EBE) is unknown color: approx Deep Lilac. HEX triplet: A2, 5E and BE. RGB value is (162,94,190). Sum of RGB (Red+Green+Blue) = 162+94+190=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #A25EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EBE is #5DA141. Grayscale: #7C7C7C. Windows color (decimal): -6136130 or 12476066. OLE color: 12476066.

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

Color convert

RGB16294190-
CMYK0.150.5100.25
HSL282.5º42.48%55.69%-
HSV(B)282.5º50.53%74.51%-
XYZ28.219.450.97-
YUV125.28164.53154.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=36.32%
G=21.08%
B=42.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162941900.150.5100.25282.542.4855.69
HexA25EBEF3301911a2a38
Octal24213627617630314325270
Binary101000101011110101111101111110011011001100011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25EBE; }

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

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

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

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

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

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

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

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