#A25492

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

Shades of Violet Blue #A25492

Tints of Violet Blue #A25492

Color information

#A25492 (or 0xA25492) is unknown color: approx Violet Blue. HEX triplet: A2, 54 and 92. RGB value is (162,84,146). Sum of RGB (Red+Green+Blue) = 162+84+146=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A25492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25492 is #5DAB6D. Grayscale: #727272. Windows color (decimal): -6138734 or 9589922. OLE color: 9589922.

HSL color Cylindrical-coordinate representation of color #A25492: hue angle of 312.31º 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 #A25492 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16284146-
CMYK00.480.100.36
HSL312.31º31.71%48.24%-
HSV(B)312.31º48.15%63.53%-
XYZ23.2616.129.08-
YUV114.39145.84161.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=41.33%
G=21.43%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628414600.480.100.36312.3131.7148.24
HexA25492030A241382030
Octal24212422206012444704060
Binary1010001010101001001001001100001010100100100111000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25492; }

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

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

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

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

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

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

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

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