Html Css Color HEX #A612BC Dark Violet

📋 copy color: '#A612BC'

red 166 ◦ green 18 ◦ blue 188

#A612BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A612BC

Tints of Dark Violet #A612BC

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 value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A612BC (or 0xA612BC) is known color: 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

RGB 166 18 188 -
CMYK 0.12 0.90 0 0.26
HSL 292.24º 0.83% 0.4% -
HSV(B) 292.24º 0.9% 0.74% -
XYZ 25.02 12.17 48.61 -
YUV 81.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 166 18 188 0.12 0.90 0 0.26 292.24 0.83 0.4
Hex A6 12 BC C 5A 0 1A 124 53 28
Octal 246 22 274 14 132 0 32 444 123 50
Binary 10100110 10010 10111100 1100 1011010 0 11010 100100100 1010011 101000

Color Harmonies of #A612BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612BC

Black with #A612BC

Text Example


Text Example

White with #A612BC

Text Example


Text Example

HTML Codes & Css Web 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>