#A25F95

Color #A25F95 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A25F95

Tints of Violet Blue #A25F95

Color information

#A25F95 (or 0xA25F95) is unknown color: approx Violet Blue. HEX triplet: A2, 5F and 95. RGB value is (162,95,149). Sum of RGB (Red+Green+Blue) = 162+95+149=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25F95 is #5DA06A. Grayscale: #797979. Windows color (decimal): -6135915 or 9789346. OLE color: 9789346.

HSL color Cylindrical-coordinate representation of color #A25F95: hue angle of 311.64º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A25F95 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16295149-
CMYK00.410.080.36
HSL311.64º26.48%50.39%-
HSV(B)311.64º41.36%63.53%-
XYZ24.4218.0430.63-
YUV121.19143.7157.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=39.90%
G=23.40%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629514900.410.080.36311.6426.4850.39
HexA25F950298241381a32
Octal24213722505110444703262
Binary101000101011111100101010101001100010010010011100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F95; }

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

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

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

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

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

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

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

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