#A25FB3

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

Shades of Deep Lilac #A25FB3

Tints of Deep Lilac #A25FB3

Color information

#A25FB3 (or 0xA25FB3) is unknown color: approx Deep Lilac. HEX triplet: A2, 5F and B3. RGB value is (162,95,179). Sum of RGB (Red+Green+Blue) = 162+95+179=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #A25FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FB3 is #5DA04C. Grayscale: #7C7C7C. Windows color (decimal): -6135885 or 11755426. OLE color: 11755426.

HSL color Cylindrical-coordinate representation of color #A25FB3: hue angle of 287.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25FB3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16295179-
CMYK0.090.4700.30
HSL287.86º35.59%53.73%-
HSV(B)287.86º46.93%70.2%-
XYZ27.1319.1244.91-
YUV124.61158.7154.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 179 (70.31% from 255) = 41.06%
R=37.16%
G=21.79%
B=41.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162951790.090.4700.30287.8635.5953.73
HexA25FB392F01E1202436
Octal24213726311570364404466
Binary101000101011111101100111001101111011110100100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25FB3; }

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

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

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

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

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

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

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

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