#A25897

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

Shades of Violet Blue #A25897

Tints of Violet Blue #A25897

Color information

#A25897 (or 0xA25897) is unknown color: approx Violet Blue. HEX triplet: A2, 58 and 97. RGB value is (162,88,151). Sum of RGB (Red+Green+Blue) = 162+88+151=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A25897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25897 is #5DA768. Grayscale: #757575. Windows color (decimal): -6137705 or 9918626. OLE color: 9918626.

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

Color convert

RGB16288151-
CMYK00.460.070.36
HSL308.92º29.6%49.02%-
HSV(B)308.92º45.68%63.53%-
XYZ23.9816.931.28-
YUV117.31147.02159.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=40.40%
G=21.95%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628815100.460.070.36308.9229.649.02
HexA2589702E7241351e31
Octal2421302270567444653661
Binary10100010101100010010111010111011110010010011010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25897; }

 p { color: rgb(162,88,151); }

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

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

 a { background-color: rgb(162,88,151); }

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

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

 span { border-color: rgb(162,88,151); }

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