#A25D9F

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

Shades of Violet Blue #A25D9F

Tints of Violet Blue #A25D9F

Color information

#A25D9F (or 0xA25D9F) is unknown color: approx Violet Blue. HEX triplet: A2, 5D and 9F. RGB value is (162,93,159). Sum of RGB (Red+Green+Blue) = 162+93+159=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25D9F is #5DA260. Grayscale: #787878. Windows color (decimal): -6136417 or 10444194. OLE color: 10444194.

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

Color convert

RGB16293159-
CMYK00.430.020.36
HSL302.61º27.06%50%-
HSV(B)302.61º42.59%63.53%-
XYZ25.0718.0134.96-
YUV121.16149.36157.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=39.13%
G=22.46%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629315900.430.020.36302.6127.0650
HexA25D9F02B22412f1b32
Octal2421352370532444573362
Binary1010001010111011001111101010111010010010010111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D9F; }

 p { color: rgb(162,93,159); }

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

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

 a { background-color: rgb(162,93,159); }

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

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

 span { border-color: rgb(162,93,159); }

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