Html Css Color HEX #A611D0 Dark Violet

📋 copy color: '#A611D0'

red 166 ◦ green 17 ◦ blue 208

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

Shades of Dark Violet #A611D0

Tints of Dark Violet #A611D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.2%

R = 42.46%
G = 4.35%
B = 53.2%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A611D0 (or 0xA611D0) is known color: Dark Violet. HEX triplet: A6, 11 and D0. RGB value is (166,17,208). Sum of RGB (Red+Green+Blue) = 166+17+208=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #A611D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611D0 is #59EE2F. Grayscale: #525252. Windows color (decimal): -5893680 or 13636006. OLE color: 13636006.

HSL color Cylindrical-coordinate representation of color #A611D0: hue angle of 286.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A611D0 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 17 208 -
CMYK 0.20 0.92 0 0.18
HSL 286.81º 0.85% 0.44% -
HSV(B) 286.81º 0.92% 0.82% -
XYZ 27.31 13.06 60.76 -
YUV 83.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 166 17 208 0.20 0.92 0 0.18 286.81 0.85 0.44
Hex A6 11 D0 14 5C 0 12 11F 55 2C
Octal 246 21 320 24 134 0 22 437 125 54
Binary 10100110 10001 11010000 10100 1011100 0 10010 100011111 1010101 101100

Color Harmonies of #A611D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611D0

Black with #A611D0

Text Example


Text Example

White with #A611D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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