#A25AA1

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

Shades of Violet Blue #A25AA1

Tints of Violet Blue #A25AA1

Color information

#A25AA1 (or 0xA25AA1) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and A1. RGB value is (162,90,161). Sum of RGB (Red+Green+Blue) = 162+90+161=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A25AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AA1 is #5DA55E. Grayscale: #777777. Windows color (decimal): -6137183 or 10574498. OLE color: 10574498.

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

Color convert

RGB16290161-
CMYK00.440.010.36
HSL300.83º28.57%49.41%-
HSV(B)300.83º44.44%63.53%-
XYZ24.9917.5735.79-
YUV119.62151.35158.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 161 (63.28% from 255) = 38.98%
R=39.23%
G=21.79%
B=38.98%

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
Decimal1629016100.440.010.36300.8328.5749.41
HexA25AA102C12412d1d31
Octal2421322410541444553561
Binary101000101011010101000010101100110010010010110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25AA1; }

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

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

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

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

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

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

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

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