#A25E9A

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

Shades of Violet Blue #A25E9A

Tints of Violet Blue #A25E9A

Color information

#A25E9A (or 0xA25E9A) is unknown color: approx Violet Blue. HEX triplet: A2, 5E and 9A. RGB value is (162,94,154). Sum of RGB (Red+Green+Blue) = 162+94+154=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25E9A is #5DA165. Grayscale: #797979. Windows color (decimal): -6136166 or 10116770. OLE color: 10116770.

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

Color convert

RGB16294154-
CMYK00.420.050.36
HSL307.06º26.77%50.2%-
HSV(B)307.06º41.98%63.53%-
XYZ24.7418.0232.75-
YUV121.17146.53157.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 94 (37.11% from 255) = 22.93%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=39.51%
G=22.93%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629415400.420.050.36307.0626.7750.2
HexA25E9A02A5241331b32
Octal2421362320525444633362
Binary10100010101111010011010010101010110010010011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E9A; }

 p { color: rgb(162,94,154); }

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

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

 a { background-color: rgb(162,94,154); }

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

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

 span { border-color: rgb(162,94,154); }

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