#A25790

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

Shades of Violet Blue #A25790

Tints of Violet Blue #A25790

Color information

#A25790 (or 0xA25790) is unknown color: approx Violet Blue. HEX triplet: A2, 57 and 90. RGB value is (162,87,144). Sum of RGB (Red+Green+Blue) = 162+87+144=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A25790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25790 is #5DA86F. Grayscale: #737373. Windows color (decimal): -6137968 or 9459618. OLE color: 9459618.

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

Color convert

RGB16287144-
CMYK00.460.110.36
HSL314.4º30.12%48.82%-
HSV(B)314.4º46.3%63.53%-
XYZ23.3416.5128.34-
YUV115.92143.85160.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=41.22%
G=22.14%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628714400.460.110.36314.430.1248.82
HexA2579002EB2413a1e31
Octal24212722005613444723661
Binary101000101010111100100000101110101110010010011101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25790; }

 p { color: rgb(162,87,144); }

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

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

 a { background-color: rgb(162,87,144); }

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

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

 span { border-color: rgb(162,87,144); }

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