Html Css Color HEX #A011BD Dark Violet

📋 copy color: '#A011BD'

red 160 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #A011BD

Tints of Dark Violet #A011BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 43.72%
G = 4.64%
B = 51.64%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A011BD (or 0xA011BD) is known color: Dark Violet. HEX triplet: A0, 11 and BD. RGB value is (160,17,189). Sum of RGB (Red+Green+Blue) = 160+17+189=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #A011BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011BD is #5FEE42. Grayscale: #4E4E4E. Windows color (decimal): -6286915 or 12390816. OLE color: 12390816.

HSL color Cylindrical-coordinate representation of color #A011BD: hue angle of 289.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A011BD is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 17 189 -
CMYK 0.15 0.91 0 0.26
HSL 289.88º 0.83% 0.4% -
HSV(B) 289.88º 0.91% 0.74% -
XYZ 23.88 11.55 49.11 -
YUV 79.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 160 17 189 0.15 0.91 0 0.26 289.88 0.83 0.4
Hex A0 11 BD F 5B 0 1A 122 53 28
Octal 240 21 275 17 133 0 32 442 123 50
Binary 10100000 10001 10111101 1111 1011011 0 11010 100100010 1010011 101000

Color Harmonies of #A011BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011BD

Black with #A011BD

Text Example


Text Example

White with #A011BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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