#A625A3

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

Shades of Vivid Violet #A625A3

Tints of Vivid Violet #A625A3

Color information

#A625A3 (or 0xA625A3) is unknown color: approx Vivid Violet. HEX triplet: A6, 25 and A3. RGB value is (166,37,163). Sum of RGB (Red+Green+Blue) = 166+37+163=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A625A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A625A3 is #59DA5C. Grayscale: #595959. Windows color (decimal): -5888605 or 10692006. OLE color: 10692006.

HSL color Cylindrical-coordinate representation of color #A625A3: hue angle of 301.4º 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 #A625A3 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16637163-
CMYK00.780.020.35
HSL301.4º63.55%39.8%-
HSV(B)301.4º77.71%65.1%-
XYZ2312.0735.77-
YUV89.94169.24182.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 37 (14.84% from 255) = 10.11%
BLUE value IS 163 (64.06% from 255) = 44.54%
R=45.36%
G=10.11%
B=44.54%

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
Decimal1663716300.780.020.35301.463.5539.8
HexA625A304E22312d4028
Octal24645243011624345510050
Binary101001101001011010001101001110101000111001011011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A625A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A625A3; }

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

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

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

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

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

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

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

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