#A62FA2

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

Shades of Vivid Violet #A62FA2

Tints of Vivid Violet #A62FA2

Color information

#A62FA2 (or 0xA62FA2) is unknown color: approx Vivid Violet. HEX triplet: A6, 2F and A2. RGB value is (166,47,162). Sum of RGB (Red+Green+Blue) = 166+47+162=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A62FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62FA2 is #59D05D. Grayscale: #5F5F5F. Windows color (decimal): -5886046 or 10629030. OLE color: 10629030.

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

Color convert

RGB16647162-
CMYK00.720.020.35
HSL302.02º55.87%41.76%-
HSV(B)302.02º71.69%65.1%-
XYZ23.2612.7535.42-
YUV95.69165.42178.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 47 (18.75% from 255) = 12.53%
BLUE value IS 162 (63.67% from 255) = 43.2%
R=44.27%
G=12.53%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664716200.720.020.35302.0255.8741.76
HexA62FA204822312e382a
Octal2465724201102434567052
Binary10100110101111101000100100100010100011100101110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62FA2; }

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

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

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

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

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

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

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

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