Html Css Color HEX #A011B6 Dark Violet

📋 copy color: '#A011B6'

red 160 ◦ green 17 ◦ blue 182

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

Shades of Dark Violet #A011B6

Tints of Dark Violet #A011B6

RGB

 RED value IS 160 (62.89% from 255) = 44.57%

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

 BLUE value IS 182 (71.48% from 255) = 50.7%

R = 44.57%
G = 4.74%
B = 50.7%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A011B6 (or 0xA011B6) is known color: Dark Violet. HEX triplet: A0, 11 and B6. RGB value is (160,17,182). Sum of RGB (Red+Green+Blue) = 160+17+182=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #A011B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011B6 is #5FEE49. Grayscale: #4E4E4E. Windows color (decimal): -6286922 or 11932064. OLE color: 11932064.

HSL color Cylindrical-coordinate representation of color #A011B6: hue angle of 292º 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 #A011B6 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 17 182 -
CMYK 0.12 0.91 0 0.29
HSL 292º 0.83% 0.39% -
HSV(B) 292º 0.91% 0.71% -
XYZ 23.14 11.25 45.21 -
YUV 78.57 186.38 186.08 -
System Red Green Blue C M Y K H S L
Decimal 160 17 182 0.12 0.91 0 0.29 292 0.83 0.39
Hex A0 11 B6 C 5B 0 1D 124 53 27
Octal 240 21 266 14 133 0 35 444 123 47
Binary 10100000 10001 10110110 1100 1011011 0 11101 100100100 1010011 100111

Color Harmonies of #A011B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011B6

Black with #A011B6

Text Example


Text Example

White with #A011B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011B6; }

 p { color: rgb(160,17,182); }

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

background-color css

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

 a { background-color: rgb(160,17,182); }

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

border-color css

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

 span { border-color: rgb(160,17,182); }

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