#A25AA3

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

Shades of Violet Blue #A25AA3

Tints of Violet Blue #A25AA3

Color information

#A25AA3 (or 0xA25AA3) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and A3. RGB value is (162,90,163). Sum of RGB (Red+Green+Blue) = 162+90+163=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 163 - color contains mainly: blue. Hex color #A25AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AA3 is #5DA55C. Grayscale: #777777. Windows color (decimal): -6137181 or 10705570. OLE color: 10705570.

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

Color convert

RGB16290163-
CMYK0.010.4500.36
HSL299.18º28.85%49.61%-
HSV(B)299.18º44.79%63.92%-
XYZ25.1717.6436.73-
YUV119.85152.35158.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 163 (64.06% from 255) = 39.28%
R=39.04%
G=21.69%
B=39.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162901630.010.4500.36299.1828.8549.61
HexA25AA312D02412b1d32
Octal2421322431550444533562
Binary101000101011010101000111101101010010010010101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25AA3; }

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

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

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

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

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

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

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

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