#A25499

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

Shades of Violet Blue #A25499

Tints of Violet Blue #A25499

Color information

#A25499 (or 0xA25499) is unknown color: approx Violet Blue. HEX triplet: A2, 54 and 99. RGB value is (162,84,153). Sum of RGB (Red+Green+Blue) = 162+84+153=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A25499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25499 is #5DAB66. Grayscale: #727272. Windows color (decimal): -6138727 or 10048674. OLE color: 10048674.

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

Color convert

RGB16284153-
CMYK00.480.060.36
HSL306.92º31.71%48.24%-
HSV(B)306.92º48.15%63.53%-
XYZ23.8216.3232.03-
YUV115.19149.34161.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=40.60%
G=21.05%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628415300.480.060.36306.9231.7148.24
HexA254990306241332030
Octal2421242310606444634060
Binary101000101010100100110010110000110100100100110011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25499; }

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

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

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

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

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

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

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

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