#A612BC

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

Shades of Dark Violet #A612BC

Tints of Dark Violet #A612BC

Color information

#A612BC (or 0xA612BC) is unknown color: approx Dark Violet. HEX triplet: A6, 12 and BC. RGB value is (166,18,188). Sum of RGB (Red+Green+Blue) = 166+18+188=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #A612BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612BC is #59ED43. Grayscale: #515151. Windows color (decimal): -5893444 or 12325542. OLE color: 12325542.

HSL color Cylindrical-coordinate representation of color #A612BC: hue angle of 292.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A612BC is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16618188-
CMYK0.120.9000.26
HSL292.24º82.52%40.39%-
HSV(B)292.24º90.43%73.73%-
XYZ25.0212.1748.61-
YUV81.63188.03188.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 18 (7.42% from 255) = 4.84%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=44.62%
G=4.84%
B=50.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166181880.120.9000.26292.2482.5240.39
HexA612BCC5A01A1245328
Octal246222741413203244412350
Binary101001101001010111100110010110100110101001001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A612BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A612BC; }

 p { color: rgb(166,18,188); }

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

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

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

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

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

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

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