#A25197

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

Shades of Violet Blue #A25197

Tints of Violet Blue #A25197

Color information

#A25197 (or 0xA25197) is unknown color: approx Violet Blue. HEX triplet: A2, 51 and 97. RGB value is (162,81,151). Sum of RGB (Red+Green+Blue) = 162+81+151=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A25197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25197 is #5DAE68. Grayscale: #717171. Windows color (decimal): -6139497 or 9916834. OLE color: 9916834.

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

Color convert

RGB16281151-
CMYK00.500.070.36
HSL308.15º33.33%47.65%-
HSV(B)308.15º50%63.53%-
XYZ23.4315.831.09-
YUV113.2149.34162.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=41.12%
G=20.56%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628115100.500.070.36308.1533.3347.65
HexA251970327241342130
Octal2421212270627444644160
Binary101000101010001100101110110010111100100100110100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25197; }

 p { color: rgb(162,81,151); }

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

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

 a { background-color: rgb(162,81,151); }

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

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

 span { border-color: rgb(162,81,151); }

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