#A25AAF

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

Shades of Violet Blue #A25AAF

Tints of Violet Blue #A25AAF

Color information

#A25AAF (or 0xA25AAF) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and AF. RGB value is (162,90,175). Sum of RGB (Red+Green+Blue) = 162+90+175=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A25AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAF is #5DA550. Grayscale: #787878. Windows color (decimal): -6137169 or 11492002. OLE color: 11492002.

HSL color Cylindrical-coordinate representation of color #A25AAF: hue angle of 290.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25AAF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16290175-
CMYK0.070.4900.31
HSL290.82º34.69%51.96%-
HSV(B)290.82º48.57%68.63%-
XYZ26.2918.0942.66-
YUV121.22158.35157.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=37.94%
G=21.08%
B=40.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162901750.070.4900.31290.8234.6951.96
HexA25AAF73101F1232334
Octal2421322577610374434364
Binary10100010101101010101111111110001011111100100011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25AAF; }

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

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

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

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

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

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

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

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