Html Css Color HEX #A611BA Dark Violet

📋 copy color: '#A611BA'

red 166 ◦ green 17 ◦ blue 186

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

Shades of Dark Violet #A611BA

Tints of Dark Violet #A611BA

RGB

 RED value IS 166 (65.23% from 255) = 44.99%

 GREEN value IS 17 (7.03% from 255) = 4.61%

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 44.99%
G = 4.61%
B = 50.41%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A611BA (or 0xA611BA) is known color: Dark Violet. HEX triplet: A6, 11 and BA. RGB value is (166,17,186). Sum of RGB (Red+Green+Blue) = 166+17+186=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #A611BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611BA is #59EE45. Grayscale: #505050. Windows color (decimal): -5893702 or 12194214. OLE color: 12194214.

HSL color Cylindrical-coordinate representation of color #A611BA: hue angle of 292.9º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A611BA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 17 186 -
CMYK 0.11 0.91 0 0.27
HSL 292.9º 0.83% 0.4% -
HSV(B) 292.9º 0.91% 0.73% -
XYZ 24.79 12.05 47.47 -
YUV 80.82 187.36 188.76 -
System Red Green Blue C M Y K H S L
Decimal 166 17 186 0.11 0.91 0 0.27 292.9 0.83 0.4
Hex A6 11 BA B 5B 0 1B 125 53 28
Octal 246 21 272 13 133 0 33 445 123 50
Binary 10100110 10001 10111010 1011 1011011 0 11011 100100101 1010011 101000

Color Harmonies of #A611BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611BA

Black with #A611BA

Text Example


Text Example

White with #A611BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611BA; }

 p { color: rgb(166,17,186); }

 H1.HeaderClassName
 {
   color: #A611BA;
 }
 .AnyTagClassName
 {
   color: #A611BA;
 }
</style>

background-color css

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

 a { background-color: rgb(166,17,186); }

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

border-color css

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

 span { border-color: rgb(166,17,186); }

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