Html Css Color HEX #A011B8 Dark Violet

📋 copy color: '#A011B8'

red 160 ◦ green 17 ◦ blue 184

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

Shades of Dark Violet #A011B8

Tints of Dark Violet #A011B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.97%

R = 44.32%
G = 4.71%
B = 50.97%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A011B8 (or 0xA011B8) is known color: Dark Violet. HEX triplet: A0, 11 and B8. RGB value is (160,17,184). Sum of RGB (Red+Green+Blue) = 160+17+184=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #A011B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011B8 is #5FEE47. Grayscale: #4E4E4E. Windows color (decimal): -6286920 or 12063136. OLE color: 12063136.

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

Color convert

RGB 160 17 184 -
CMYK 0.13 0.91 0 0.28
HSL 291.38º 0.83% 0.39% -
HSV(B) 291.38º 0.91% 0.72% -
XYZ 23.35 11.34 46.3 -
YUV 78.8 187.38 185.92 -
System Red Green Blue C M Y K H S L
Decimal 160 17 184 0.13 0.91 0 0.28 291.38 0.83 0.39
Hex A0 11 B8 D 5B 0 1C 123 53 27
Octal 240 21 270 15 133 0 34 443 123 47
Binary 10100000 10001 10111000 1101 1011011 0 11100 100100011 1010011 100111

Color Harmonies of #A011B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011B8

Black with #A011B8

Text Example


Text Example

White with #A011B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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