#A25699

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

Shades of Violet Blue #A25699

Tints of Violet Blue #A25699

Color information

#A25699 (or 0xA25699) is unknown color: approx Violet Blue. HEX triplet: A2, 56 and 99. RGB value is (162,86,153). Sum of RGB (Red+Green+Blue) = 162+86+153=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A25699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25699 is #5DA966. Grayscale: #747474. Windows color (decimal): -6138215 or 10049186. OLE color: 10049186.

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

Color convert

RGB16286153-
CMYK00.470.060.36
HSL307.11º30.65%48.63%-
HSV(B)307.11º46.91%63.53%-
XYZ23.9816.6432.08-
YUV116.36148.68160.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=40.40%
G=21.45%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628615300.470.060.36307.1130.6548.63
HexA2569902F6241331f31
Octal2421262310576444633761
Binary10100010101011010011001010111111010010010011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25699; }

 p { color: rgb(162,86,153); }

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

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

 a { background-color: rgb(162,86,153); }

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

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

 span { border-color: rgb(162,86,153); }

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