#A25BA1

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

Shades of Violet Blue #A25BA1

Tints of Violet Blue #A25BA1

Color information

#A25BA1 (or 0xA25BA1) is unknown color: approx Violet Blue. HEX triplet: A2, 5B and A1. RGB value is (162,91,161). Sum of RGB (Red+Green+Blue) = 162+91+161=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A25BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25BA1 is #5DA45E. Grayscale: #787878. Windows color (decimal): -6136927 or 10574754. OLE color: 10574754.

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

Color convert

RGB16291161-
CMYK00.440.010.36
HSL300.85º28.06%49.61%-
HSV(B)300.85º43.83%63.53%-
XYZ25.0717.7435.82-
YUV120.21151.02157.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 161 (63.28% from 255) = 38.89%
R=39.13%
G=21.98%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629116100.440.010.36300.8528.0649.61
HexA25BA102C12412d1c32
Octal2421332410541444553462
Binary101000101011011101000010101100110010010010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25BA1; }

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

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

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

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

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

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

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

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