#A25799

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

Shades of Violet Blue #A25799

Tints of Violet Blue #A25799

Color information

#A25799 (or 0xA25799) is unknown color: approx Violet Blue. HEX triplet: A2, 57 and 99. RGB value is (162,87,153). Sum of RGB (Red+Green+Blue) = 162+87+153=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A25799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25799 is #5DA866. Grayscale: #747474. Windows color (decimal): -6137959 or 10049442. OLE color: 10049442.

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

Color convert

RGB16287153-
CMYK00.460.060.36
HSL307.2º30.12%48.82%-
HSV(B)307.2º46.3%63.53%-
XYZ24.0616.832.11-
YUV116.95148.35160.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=40.30%
G=21.64%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628715300.460.060.36307.230.1248.82
HexA2579902E6241331e31
Octal2421272310566444633661
Binary10100010101011110011001010111011010010010011001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25799; }

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

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

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

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

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

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

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

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