#A25399

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

Shades of Violet Blue #A25399

Tints of Violet Blue #A25399

Color information

#A25399 (or 0xA25399) is unknown color: approx Violet Blue. HEX triplet: A2, 53 and 99. RGB value is (162,83,153). Sum of RGB (Red+Green+Blue) = 162+83+153=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A25399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25399 is #5DAC66. Grayscale: #727272. Windows color (decimal): -6138983 or 10048418. OLE color: 10048418.

HSL color Cylindrical-coordinate representation of color #A25399: hue angle of 306.84º degrees, saturation: 0.32, 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 #A25399 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16283153-
CMYK00.490.060.36
HSL306.84º32.24%48.04%-
HSV(B)306.84º48.77%63.53%-
XYZ23.7416.1732.01-
YUV114.6149.67161.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 153 (60.16% from 255) = 38.44%
R=40.70%
G=20.85%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628315300.490.060.36306.8432.2448.04
HexA253990316241332030
Octal2421232310616444634060
Binary101000101010011100110010110001110100100100110011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25399; }

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

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

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

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

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

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

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

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