#A25AA6

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

Shades of Violet Blue #A25AA6

Tints of Violet Blue #A25AA6

Color information

#A25AA6 (or 0xA25AA6) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and A6. RGB value is (162,90,166). Sum of RGB (Red+Green+Blue) = 162+90+166=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 166 - color contains mainly: blue. Hex color #A25AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AA6 is #5DA559. Grayscale: #777777. Windows color (decimal): -6137178 or 10902178. OLE color: 10902178.

HSL color Cylindrical-coordinate representation of color #A25AA6: hue angle of 296.84º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25AA6 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16290166-
CMYK0.020.4600.35
HSL296.84º29.92%50.2%-
HSV(B)296.84º45.78%65.1%-
XYZ25.4417.7538.16-
YUV120.19153.85157.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 166 (65.23% from 255) = 39.71%
R=38.76%
G=21.53%
B=39.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162901660.020.4600.35296.8429.9250.2
HexA25AA622E0231291e32
Octal2421322462560434513662
Binary1010001010110101010011010101110010001110010100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25AA6; }

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

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

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

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

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

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

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

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