#A25496

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

Shades of Violet Blue #A25496

Tints of Violet Blue #A25496

Color information

#A25496 (or 0xA25496) is unknown color: approx Violet Blue. HEX triplet: A2, 54 and 96. RGB value is (162,84,150). Sum of RGB (Red+Green+Blue) = 162+84+150=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A25496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25496 is #5DAB69. Grayscale: #727272. Windows color (decimal): -6138730 or 9852066. OLE color: 9852066.

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

Color convert

RGB16284150-
CMYK00.480.070.36
HSL309.23º31.71%48.24%-
HSV(B)309.23º48.15%63.53%-
XYZ23.5816.2230.74-
YUV114.85147.84161.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 150 (58.98% from 255) = 37.88%
R=40.91%
G=21.21%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628415000.480.070.36309.2331.7148.24
HexA254960307241352030
Octal2421242260607444654060
Binary101000101010100100101100110000111100100100110101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25496; }

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

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

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

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

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

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

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

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