#a62fa6

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

Shades of Vivid Violet #A62FA6

Tints of Vivid Violet #A62FA6

Color information

#A62FA6 (or 0xA62FA6) is unknown color: approx Vivid Violet. HEX triplet: A6, 2F and A6. RGB value is (166,47,166). Sum of RGB (Red+Green+Blue) = 166+47+166=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A62FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62FA6 is #59D059. Grayscale: #5F5F5F. Windows color (decimal): -5886042 or 10891174. OLE color: 10891174.

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

Color convert

RGB16647166-
CMYK00.7200.35
HSL300º55.87%41.76%-
HSV(B)300º71.69%65.1%-
XYZ23.6312.8937.32-
YUV96.15167.42177.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 47 (18.75% from 255) = 12.40%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=43.80%
G=12.40%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664716600.7200.3530055.8741.76
HexA62FA604802312c382a
Octal2465724601100434547052
Binary1010011010111110100110010010000100011100101100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a62fa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a62fa6; }

 p { color: rgb(166,47,166); }

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

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

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

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

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

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

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