#A25697

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

Shades of Violet Blue #A25697

Tints of Violet Blue #A25697

Color information

#A25697 (or 0xA25697) is unknown color: approx Violet Blue. HEX triplet: A2, 56 and 97. RGB value is (162,86,151). Sum of RGB (Red+Green+Blue) = 162+86+151=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A25697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25697 is #5DA968. Grayscale: #737373. Windows color (decimal): -6138217 or 9918114. OLE color: 9918114.

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

Color convert

RGB16286151-
CMYK00.470.070.36
HSL308.68º30.65%48.63%-
HSV(B)308.68º46.91%63.53%-
XYZ23.8116.5731.22-
YUV116.13147.68160.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=40.60%
G=21.55%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628615100.470.070.36308.6830.6548.63
HexA2569702F7241351f31
Octal2421262270577444653761
Binary10100010101011010010111010111111110010010011010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25697; }

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

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

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

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

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

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

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

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