Html Css Color HEX #A611CE Dark Violet

📋 copy color: '#A611CE'

red 166 ◦ green 17 ◦ blue 206

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

Shades of Dark Violet #A611CE

Tints of Dark Violet #A611CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 42.67%
G = 4.37%
B = 52.96%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A611CE (or 0xA611CE) is known color: Dark Violet. HEX triplet: A6, 11 and CE. RGB value is (166,17,206). Sum of RGB (Red+Green+Blue) = 166+17+206=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #A611CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611CE is #59EE31. Grayscale: #525252. Windows color (decimal): -5893682 or 13504934. OLE color: 13504934.

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

Color convert

RGB 166 17 206 -
CMYK 0.19 0.92 0 0.19
HSL 287.3º 0.85% 0.44% -
HSV(B) 287.3º 0.92% 0.81% -
XYZ 27.07 12.96 59.47 -
YUV 83.1 197.36 187.13 -
System Red Green Blue C M Y K H S L
Decimal 166 17 206 0.19 0.92 0 0.19 287.3 0.85 0.44
Hex A6 11 CE 13 5C 0 13 11F 55 2C
Octal 246 21 316 23 134 0 23 437 125 54
Binary 10100110 10001 11001110 10011 1011100 0 10011 100011111 1010101 101100

Color Harmonies of #A611CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611CE

Black with #A611CE

Text Example


Text Example

White with #A611CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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