Html Css Color HEX #A011CD Dark Violet

📋 copy color: '#A011CD'

red 160 ◦ green 17 ◦ blue 205

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

Shades of Dark Violet #A011CD

Tints of Dark Violet #A011CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 41.88%
G = 4.45%
B = 53.66%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A011CD (or 0xA011CD) is known color: Dark Violet. HEX triplet: A0, 11 and CD. RGB value is (160,17,205). Sum of RGB (Red+Green+Blue) = 160+17+205=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #A011CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011CD is #5FEE32. Grayscale: #505050. Windows color (decimal): -6286899 or 13439392. OLE color: 13439392.

HSL color Cylindrical-coordinate representation of color #A011CD: hue angle of 285.64º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A011CD is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 17 205 -
CMYK 0.22 0.92 0 0.20
HSL 285.64º 0.85% 0.44% -
HSV(B) 285.64º 0.92% 0.8% -
XYZ 25.72 12.28 58.77 -
YUV 81.19 197.88 184.21 -
System Red Green Blue C M Y K H S L
Decimal 160 17 205 0.22 0.92 0 0.20 285.64 0.85 0.44
Hex A0 11 CD 16 5C 0 14 11E 55 2C
Octal 240 21 315 26 134 0 24 436 125 54
Binary 10100000 10001 11001101 10110 1011100 0 10100 100011110 1010101 101100

Color Harmonies of #A011CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011CD

Black with #A011CD

Text Example


Text Example

White with #A011CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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