#A25297

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

Shades of Violet Blue #A25297

Tints of Violet Blue #A25297

Color information

#A25297 (or 0xA25297) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and 97. RGB value is (162,82,151). Sum of RGB (Red+Green+Blue) = 162+82+151=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A25297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25297 is #5DAD68. Grayscale: #717171. Windows color (decimal): -6139241 or 9917090. OLE color: 9917090.

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

Color convert

RGB16282151-
CMYK00.490.070.36
HSL308.25º32.79%47.84%-
HSV(B)308.25º49.38%63.53%-
XYZ23.515.9531.12-
YUV113.79149162.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=41.01%
G=20.76%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628215100.490.070.36308.2532.7947.84
HexA252970317241342130
Octal2421222270617444644160
Binary101000101010010100101110110001111100100100110100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25297; }

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

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

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

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

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

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

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

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