#A25398

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

Shades of Violet Blue #A25398

Tints of Violet Blue #A25398

Color information

#A25398 (or 0xA25398) is unknown color: approx Violet Blue. HEX triplet: A2, 53 and 98. RGB value is (162,83,152). Sum of RGB (Red+Green+Blue) = 162+83+152=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A25398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25398 is #5DAC67. Grayscale: #727272. Windows color (decimal): -6138984 or 9982882. OLE color: 9982882.

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

Color convert

RGB16283152-
CMYK00.490.060.36
HSL307.59º32.24%48.04%-
HSV(B)307.59º48.77%63.53%-
XYZ23.6616.1331.57-
YUV114.49149.17161.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 83 (32.81% from 255) = 20.91%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=40.81%
G=20.91%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628315200.490.060.36307.5932.2448.04
HexA253980316241342030
Octal2421232300616444644060
Binary101000101010011100110000110001110100100100110100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25398; }

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

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

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

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

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

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

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

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