Html Css Color HEX #A611B5 Dark Violet

📋 copy color: '#A611B5'

red 166 ◦ green 17 ◦ blue 181

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

Shades of Dark Violet #A611B5

Tints of Dark Violet #A611B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.73%

R = 45.6%
G = 4.67%
B = 49.73%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A611B5 (or 0xA611B5) is known color: Dark Violet. HEX triplet: A6, 11 and B5. RGB value is (166,17,181). Sum of RGB (Red+Green+Blue) = 166+17+181=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #A611B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611B5 is #59EE4A. Grayscale: #4F4F4F. Windows color (decimal): -5893707 or 11866534. OLE color: 11866534.

HSL color Cylindrical-coordinate representation of color #A611B5: hue angle of 294.51º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A611B5 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 17 181 -
CMYK 0.08 0.91 0 0.29
HSL 294.51º 0.83% 0.39% -
HSV(B) 294.51º 0.91% 0.71% -
XYZ 24.27 11.84 44.72 -
YUV 80.25 184.86 189.16 -
System Red Green Blue C M Y K H S L
Decimal 166 17 181 0.08 0.91 0 0.29 294.51 0.83 0.39
Hex A6 11 B5 8 5B 0 1D 127 53 27
Octal 246 21 265 10 133 0 35 447 123 47
Binary 10100110 10001 10110101 1000 1011011 0 11101 100100111 1010011 100111

Color Harmonies of #A611B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611B5

Black with #A611B5

Text Example


Text Example

White with #A611B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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