#A25D98

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

Shades of Violet Blue #A25D98

Tints of Violet Blue #A25D98

Color information

#A25D98 (or 0xA25D98) is unknown color: approx Violet Blue. HEX triplet: A2, 5D and 98. RGB value is (162,93,152). Sum of RGB (Red+Green+Blue) = 162+93+152=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25D98 is #5DA267. Grayscale: #787878. Windows color (decimal): -6136424 or 9985442. OLE color: 9985442.

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

Color convert

RGB16293152-
CMYK00.430.060.36
HSL308.7º27.06%50%-
HSV(B)308.7º42.59%63.53%-
XYZ24.4817.7831.85-
YUV120.36145.86157.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=39.80%
G=22.85%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629315200.430.060.36308.727.0650
HexA25D9802B6241351b32
Octal2421352300536444653362
Binary10100010101110110011000010101111010010010011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D98; }

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

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

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

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

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

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

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

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