#A25B93

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

Shades of Violet Blue #A25B93

Tints of Violet Blue #A25B93

Color information

#A25B93 (or 0xA25B93) is unknown color: approx Violet Blue. HEX triplet: A2, 5B and 93. RGB value is (162,91,147). Sum of RGB (Red+Green+Blue) = 162+91+147=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25B93 is #5DA46C. Grayscale: #767676. Windows color (decimal): -6136941 or 9657250. OLE color: 9657250.

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

Color convert

RGB16291147-
CMYK00.440.090.36
HSL312.68º28.06%49.61%-
HSV(B)312.68º43.83%63.53%-
XYZ23.9117.2729.68-
YUV118.61144.02158.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=40.5%
G=22.75%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629114700.440.090.36312.6828.0649.61
HexA25B9302C9241391c32
Octal24213322305411444713462
Binary101000101011011100100110101100100110010010011100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B93; }

 p { color: rgb(162,91,147); }

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

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

 a { background-color: rgb(162,91,147); }

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

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

 span { border-color: rgb(162,91,147); }

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