#A62CA5

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

Shades of Vivid Violet #A62CA5

Tints of Vivid Violet #A62CA5

Color information

#A62CA5 (or 0xA62CA5) is unknown color: approx Vivid Violet. HEX triplet: A6, 2C and A5. RGB value is (166,44,165). Sum of RGB (Red+Green+Blue) = 166+44+165=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A62CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CA5 is #59D35A. Grayscale: #5D5D5D. Windows color (decimal): -5886811 or 10824870. OLE color: 10824870.

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

Color convert

RGB16644165-
CMYK00.730.010.35
HSL300.49º58.1%41.18%-
HSV(B)300.49º73.49%65.1%-
XYZ23.4212.6236.8-
YUV94.27167.92179.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 44 (17.58% from 255) = 11.73%
BLUE value IS 165 (64.84% from 255) = 44%
R=44.27%
G=11.73%
B=44%

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
Decimal1664416500.730.010.35300.4958.141.18
HexA62CA504912312c3a29
Octal2465424501111434547251
Binary1010011010110010100101010010011100011100101100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62CA5; }

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

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

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

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

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

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

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

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