Html Css Color HEX #A611D7 Dark Violet

📋 copy color: '#A611D7'

red 166 ◦ green 17 ◦ blue 215

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

Shades of Dark Violet #A611D7

Tints of Dark Violet #A611D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.02%

R = 41.71%
G = 4.27%
B = 54.02%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A611D7 (or 0xA611D7) is known color: Dark Violet. HEX triplet: A6, 11 and D7. RGB value is (166,17,215). Sum of RGB (Red+Green+Blue) = 166+17+215=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #A611D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611D7 is #59EE28. Grayscale: #535353. Windows color (decimal): -5893673 or 14094758. OLE color: 14094758.

HSL color Cylindrical-coordinate representation of color #A611D7: hue angle of 285.15º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A611D7 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 17 215 -
CMYK 0.23 0.92 0 0.16
HSL 285.15º 0.85% 0.45% -
HSV(B) 285.15º 0.92% 0.84% -
XYZ 28.19 13.41 65.39 -
YUV 84.12 201.86 186.4 -
System Red Green Blue C M Y K H S L
Decimal 166 17 215 0.23 0.92 0 0.16 285.15 0.85 0.45
Hex A6 11 D7 17 5C 0 10 11D 55 2D
Octal 246 21 327 27 134 0 20 435 125 55
Binary 10100110 10001 11010111 10111 1011100 0 10000 100011101 1010101 101101

Color Harmonies of #A611D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611D7

Black with #A611D7

Text Example


Text Example

White with #A611D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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