#A25D90

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

Shades of Violet Blue #A25D90

Tints of Violet Blue #A25D90

Color information

#A25D90 (or 0xA25D90) is unknown color: approx Violet Blue. HEX triplet: A2, 5D and 90. RGB value is (162,93,144). Sum of RGB (Red+Green+Blue) = 162+93+144=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25D90 is #5DA26F. Grayscale: #777777. Windows color (decimal): -6136432 or 9461154. OLE color: 9461154.

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

Color convert

RGB16293144-
CMYK00.430.110.36
HSL315.65º27.06%50%-
HSV(B)315.65º42.59%63.53%-
XYZ23.8517.5228.51-
YUV119.44141.86158.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=40.60%
G=23.31%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629314400.430.110.36315.6527.0650
HexA25D9002BB2413c1b32
Octal24213522005313444743362
Binary101000101011101100100000101011101110010010011110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D90; }

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

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

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

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

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

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

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

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