#A25F9D

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

Shades of Violet Blue #A25F9D

Tints of Violet Blue #A25F9D

Color information

#A25F9D (or 0xA25F9D) is unknown color: approx Violet Blue. HEX triplet: A2, 5F and 9D. RGB value is (162,95,157). Sum of RGB (Red+Green+Blue) = 162+95+157=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25F9D is #5DA062. Grayscale: #797979. Windows color (decimal): -6135907 or 10313634. OLE color: 10313634.

HSL color Cylindrical-coordinate representation of color #A25F9D: hue angle of 304.48º 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 #A25F9D is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16295157-
CMYK00.410.030.36
HSL304.48º26.48%50.39%-
HSV(B)304.48º41.36%63.53%-
XYZ25.0818.334.11-
YUV122.1147.7156.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=39.13%
G=22.95%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629515700.410.030.36304.4826.4850.39
HexA25F9D0293241301a32
Octal2421372350513444603262
Binary1010001010111111001110101010011110010010011000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F9D; }

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

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

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

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

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

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

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

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