#A25FBE

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

Shades of Deep Lilac #A25FBE

Tints of Deep Lilac #A25FBE

Color information

#A25FBE (or 0xA25FBE) is unknown color: approx Deep Lilac. HEX triplet: A2, 5F and BE. RGB value is (162,95,190). Sum of RGB (Red+Green+Blue) = 162+95+190=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #A25FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FBE is #5DA041. Grayscale: #7D7D7D. Windows color (decimal): -6135874 or 12476322. OLE color: 12476322.

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

Color convert

RGB16295190-
CMYK0.150.500.25
HSL282.32º42.22%55.88%-
HSV(B)282.32º50%74.51%-
XYZ28.2919.5851-
YUV125.86164.2153.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=36.24%
G=21.25%
B=42.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162951900.150.500.25282.3242.2255.88
HexA25FBEF3201911a2a38
Octal24213727617620314325270
Binary101000101011111101111101111110010011001100011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25FBE; }

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

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

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

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

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

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

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

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