Html Css Color HEX #A611BE Dark Violet

📋 copy color: '#A611BE'

red 166 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #A611BE

Tints of Dark Violet #A611BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 44.5%
G = 4.56%
B = 50.94%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A611BE (or 0xA611BE) is known color: Dark Violet. HEX triplet: A6, 11 and BE. RGB value is (166,17,190). Sum of RGB (Red+Green+Blue) = 166+17+190=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #A611BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611BE is #59EE41. Grayscale: #505050. Windows color (decimal): -5893698 or 12456358. OLE color: 12456358.

HSL color Cylindrical-coordinate representation of color #A611BE: hue angle of 291.68º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A611BE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 17 190 -
CMYK 0.13 0.91 0 0.25
HSL 291.68º 0.84% 0.41% -
HSV(B) 291.68º 0.91% 0.75% -
XYZ 25.22 12.23 49.75 -
YUV 81.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 166 17 190 0.13 0.91 0 0.25 291.68 0.84 0.41
Hex A6 11 BE D 5B 0 19 124 54 29
Octal 246 21 276 15 133 0 31 444 124 51
Binary 10100110 10001 10111110 1101 1011011 0 11001 100100100 1010100 101001

Color Harmonies of #A611BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611BE

Black with #A611BE

Text Example


Text Example

White with #A611BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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