#A25D96

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

Shades of Violet Blue #A25D96

Tints of Violet Blue #A25D96

Color information

#A25D96 (or 0xA25D96) is unknown color: approx Violet Blue. HEX triplet: A2, 5D and 96. RGB value is (162,93,150). Sum of RGB (Red+Green+Blue) = 162+93+150=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25D96 is #5DA269. Grayscale: #777777. Windows color (decimal): -6136426 or 9854370. OLE color: 9854370.

HSL color Cylindrical-coordinate representation of color #A25D96: hue angle of 310.43º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A25D96 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16293150-
CMYK00.430.070.36
HSL310.43º27.06%50%-
HSV(B)310.43º42.59%63.53%-
XYZ24.3217.7130.99-
YUV120.13144.86157.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=40%
G=22.96%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629315000.430.070.36310.4327.0650
HexA25D9602B7241361b32
Octal2421352260537444663362
Binary10100010101110110010110010101111110010010011011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D96; }

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

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

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

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

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

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

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

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