#A25AAE

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

Shades of Violet Blue #A25AAE

Tints of Violet Blue #A25AAE

Color information

#A25AAE (or 0xA25AAE) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and AE. RGB value is (162,90,174). Sum of RGB (Red+Green+Blue) = 162+90+174=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #A25AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAE is #5DA551. Grayscale: #787878. Windows color (decimal): -6137170 or 11426466. OLE color: 11426466.

HSL color Cylindrical-coordinate representation of color #A25AAE: hue angle of 291.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25AAE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16290174-
CMYK0.070.4800.32
HSL291.43º34.15%51.76%-
HSV(B)291.43º48.28%68.24%-
XYZ26.218.0542.15-
YUV121.1157.85157.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=38.03%
G=21.13%
B=40.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162901740.070.4800.32291.4334.1551.76
HexA25AAE7300201232234
Octal2421322567600404434264
Binary101000101011010101011101111100000100000100100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25AAE; }

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

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

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

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

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

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

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

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