Html Css Color HEX #A011CC Dark Violet

📋 copy color: '#A011CC'

red 160 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #A011CC

Tints of Dark Violet #A011CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 41.99%
G = 4.46%
B = 53.54%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A011CC (or 0xA011CC) is known color: Dark Violet. HEX triplet: A0, 11 and CC. RGB value is (160,17,204). Sum of RGB (Red+Green+Blue) = 160+17+204=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #A011CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011CC is #5FEE33. Grayscale: #505050. Windows color (decimal): -6286900 or 13373856. OLE color: 13373856.

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

Color convert

RGB 160 17 204 -
CMYK 0.22 0.92 0 0.2
HSL 285.88º 0.85% 0.43% -
HSV(B) 285.88º 0.92% 0.8% -
XYZ 25.6 12.23 58.14 -
YUV 81.08 197.38 184.29 -
System Red Green Blue C M Y K H S L
Decimal 160 17 204 0.22 0.92 0 0.2 285.88 0.85 0.43
Hex A0 11 CC 16 5C 0 14 11E 55 2B
Octal 240 21 314 26 134 0 24 436 125 53
Binary 10100000 10001 11001100 10110 1011100 0 10100 100011110 1010101 101011

Color Harmonies of #A011CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011CC

Black with #A011CC

Text Example


Text Example

White with #A011CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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