Html Css Color HEX #A011C5 Dark Violet

📋 copy color: '#A011C5'

red 160 ◦ green 17 ◦ blue 197

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

Shades of Dark Violet #A011C5

Tints of Dark Violet #A011C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.67%

R = 42.78%
G = 4.55%
B = 52.67%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A011C5 (or 0xA011C5) is known color: Dark Violet. HEX triplet: A0, 11 and C5. RGB value is (160,17,197). Sum of RGB (Red+Green+Blue) = 160+17+197=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #A011C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011C5 is #5FEE3A. Grayscale: #4F4F4F. Windows color (decimal): -6286907 or 12915104. OLE color: 12915104.

HSL color Cylindrical-coordinate representation of color #A011C5: hue angle of 287.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A011C5 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 17 197 -
CMYK 0.19 0.91 0 0.23
HSL 287.67º 0.84% 0.42% -
HSV(B) 287.67º 0.91% 0.77% -
XYZ 24.78 11.91 53.82 -
YUV 80.28 193.88 184.86 -
System Red Green Blue C M Y K H S L
Decimal 160 17 197 0.19 0.91 0 0.23 287.67 0.84 0.42
Hex A0 11 C5 13 5B 0 17 120 54 2A
Octal 240 21 305 23 133 0 27 440 124 52
Binary 10100000 10001 11000101 10011 1011011 0 10111 100100000 1010100 101010

Color Harmonies of #A011C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011C5

Black with #A011C5

Text Example


Text Example

White with #A011C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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