#A25C99

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

Shades of Violet Blue #A25C99

Tints of Violet Blue #A25C99

Color information

#A25C99 (or 0xA25C99) is unknown color: approx Violet Blue. HEX triplet: A2, 5C and 99. RGB value is (162,92,153). Sum of RGB (Red+Green+Blue) = 162+92+153=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25C99 is #5DA366. Grayscale: #777777. Windows color (decimal): -6136679 or 10050722. OLE color: 10050722.

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

Color convert

RGB16292153-
CMYK00.430.060.36
HSL307.71º27.56%49.8%-
HSV(B)307.71º43.21%63.53%-
XYZ24.4817.6432.25-
YUV119.88146.69158.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=39.80%
G=22.60%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629215300.430.060.36307.7127.5649.8
HexA25C9902B6241341c32
Octal2421342310536444643462
Binary10100010101110010011001010101111010010010011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C99; }

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

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

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

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

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

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

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

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