#A25099

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

Shades of Violet Blue #A25099

Tints of Violet Blue #A25099

Color information

#A25099 (or 0xA25099) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and 99. RGB value is (162,80,153). Sum of RGB (Red+Green+Blue) = 162+80+153=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A25099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25099 is #5DAF66. Grayscale: #707070. Windows color (decimal): -6139751 or 10047650. OLE color: 10047650.

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

Color convert

RGB16280153-
CMYK00.510.060.36
HSL306.59º33.88%47.45%-
HSV(B)306.59º50.62%63.53%-
XYZ23.5215.7231.93-
YUV112.84150.67163.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=41.01%
G=20.25%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628015300.510.060.36306.5933.8847.45
HexA25099033624133222f
Octal2421202310636444634257
Binary101000101010000100110010110011110100100100110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25099; }

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

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

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

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

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

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

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

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