#A625A2

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

Shades of Vivid Violet #A625A2

Tints of Vivid Violet #A625A2

Color information

#A625A2 (or 0xA625A2) is unknown color: approx Vivid Violet. HEX triplet: A6, 25 and A2. RGB value is (166,37,162). Sum of RGB (Red+Green+Blue) = 166+37+162=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A625A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A625A2 is #59DA5D. Grayscale: #595959. Windows color (decimal): -5888606 or 10626470. OLE color: 10626470.

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

Color convert

RGB16637162-
CMYK00.780.020.35
HSL301.86º63.55%39.8%-
HSV(B)301.86º77.71%65.1%-
XYZ22.9112.0435.3-
YUV89.82168.74182.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 37 (14.84% from 255) = 10.14%
BLUE value IS 162 (63.67% from 255) = 44.38%
R=45.48%
G=10.14%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663716200.780.020.35301.8663.5539.8
HexA625A204E22312e4028
Octal24645242011624345610050
Binary101001101001011010001001001110101000111001011101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A625A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A625A2; }

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

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

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

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

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

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

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

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