#A62CA4

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

Shades of Vivid Violet #A62CA4

Tints of Vivid Violet #A62CA4

Color information

#A62CA4 (or 0xA62CA4) is unknown color: approx Vivid Violet. HEX triplet: A6, 2C and A4. RGB value is (166,44,164). Sum of RGB (Red+Green+Blue) = 166+44+164=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A62CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CA4 is #59D35B. Grayscale: #5D5D5D. Windows color (decimal): -5886812 or 10759334. OLE color: 10759334.

HSL color Cylindrical-coordinate representation of color #A62CA4: hue angle of 300.98º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62CA4 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16644164-
CMYK00.730.010.35
HSL300.98º58.1%41.18%-
HSV(B)300.98º73.49%65.1%-
XYZ23.3312.5936.32-
YUV94.16167.42179.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 44 (17.58% from 255) = 11.76%
BLUE value IS 164 (64.45% from 255) = 43.85%
R=44.39%
G=11.76%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664416400.730.010.35300.9858.141.18
HexA62CA404912312d3a29
Octal2465424401111434557251
Binary1010011010110010100100010010011100011100101101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62CA4; }

 p { color: rgb(166,44,164); }

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

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

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

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

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

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

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