Html Css Color HEX #A011B3 Dark Violet

📋 copy color: '#A011B3'

red 160 ◦ green 17 ◦ blue 179

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

Shades of Dark Violet #A011B3

Tints of Dark Violet #A011B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.28%

R = 44.94%
G = 4.78%
B = 50.28%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A011B3 (or 0xA011B3) is known color: Dark Violet. HEX triplet: A0, 11 and B3. RGB value is (160,17,179). Sum of RGB (Red+Green+Blue) = 160+17+179=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #A011B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011B3 is #5FEE4C. Grayscale: #4D4D4D. Windows color (decimal): -6286925 or 11735456. OLE color: 11735456.

HSL color Cylindrical-coordinate representation of color #A011B3: hue angle of 292.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A011B3 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 17 179 -
CMYK 0.11 0.91 0 0.30
HSL 292.96º 0.83% 0.38% -
HSV(B) 292.96º 0.91% 0.7% -
XYZ 22.83 11.13 43.59 -
YUV 78.23 184.88 186.33 -
System Red Green Blue C M Y K H S L
Decimal 160 17 179 0.11 0.91 0 0.30 292.96 0.83 0.38
Hex A0 11 B3 B 5B 0 1E 125 53 26
Octal 240 21 263 13 133 0 36 445 123 46
Binary 10100000 10001 10110011 1011 1011011 0 11110 100100101 1010011 100110

Color Harmonies of #A011B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011B3

Black with #A011B3

Text Example


Text Example

White with #A011B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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