#A25A9F

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

Shades of Violet Blue #A25A9F

Tints of Violet Blue #A25A9F

Color information

#A25A9F (or 0xA25A9F) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and 9F. RGB value is (162,90,159). Sum of RGB (Red+Green+Blue) = 162+90+159=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25A9F is #5DA560. Grayscale: #777777. Windows color (decimal): -6137185 or 10443426. OLE color: 10443426.

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

Color convert

RGB16290159-
CMYK00.440.020.36
HSL302.5º28.57%49.41%-
HSV(B)302.5º44.44%63.53%-
XYZ24.8117.534.87-
YUV119.39150.35158.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 90 (35.55% from 255) = 21.90%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=39.42%
G=21.90%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629015900.440.020.36302.528.5749.41
HexA25A9F02C22412e1d31
Octal2421322370542444563561
Binary1010001010110101001111101011001010010010010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A9F; }

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

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

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

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

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

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

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

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