#A25490

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

Shades of Violet Blue #A25490

Tints of Violet Blue #A25490

Color information

#A25490 (or 0xA25490) is unknown color: approx Violet Blue. HEX triplet: A2, 54 and 90. RGB value is (162,84,144). Sum of RGB (Red+Green+Blue) = 162+84+144=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A25490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25490 is #5DAB6F. Grayscale: #727272. Windows color (decimal): -6138736 or 9458850. OLE color: 9458850.

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

Color convert

RGB16284144-
CMYK00.480.110.36
HSL313.85º31.71%48.24%-
HSV(B)313.85º48.15%63.53%-
XYZ23.116.0428.26-
YUV114.16144.84162.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=41.54%
G=21.54%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628414400.480.110.36313.8531.7148.24
HexA25490030B2413a2030
Octal24212422006013444724060
Binary1010001010101001001000001100001011100100100111010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25490; }

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

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

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

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

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

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

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

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