#A630A3

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

Shades of Vivid Violet #A630A3

Tints of Vivid Violet #A630A3

Color information

#A630A3 (or 0xA630A3) is unknown color: approx Vivid Violet. HEX triplet: A6, 30 and A3. RGB value is (166,48,163). Sum of RGB (Red+Green+Blue) = 166+48+163=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A630A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A630A3 is #59CF5C. Grayscale: #606060. Windows color (decimal): -5885789 or 10694822. OLE color: 10694822.

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

Color convert

RGB16648163-
CMYK00.710.020.35
HSL301.53º55.14%41.96%-
HSV(B)301.53º71.08%65.1%-
XYZ23.3912.8735.9-
YUV96.39165.59177.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 48 (19.14% from 255) = 12.73%
BLUE value IS 163 (64.06% from 255) = 43.24%
R=44.03%
G=12.73%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664816300.710.020.35301.5355.1441.96
HexA630A304722312e372a
Octal2466024301072434566752
Binary10100110110000101000110100011110100011100101110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A630A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A630A3; }

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

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

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

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

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

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

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

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