Html Css Color HEX #A116CC Dark Violet

📋 copy color: '#A116CC'

red 161 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #A116CC

Tints of Dark Violet #A116CC

RGB

 RED value IS 161 (63.28% from 255) = 41.6%

 GREEN value IS 22 (8.98% from 255) = 5.68%

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

R = 41.6%
G = 5.68%
B = 52.71%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A116CC (or 0xA116CC) is known color: Dark Violet. HEX triplet: A1, 16 and CC. RGB value is (161,22,204). Sum of RGB (Red+Green+Blue) = 161+22+204=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #A116CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A116CC is #5EE933. Grayscale: #535353. Windows color (decimal): -6220084 or 13375137. OLE color: 13375137.

HSL color Cylindrical-coordinate representation of color #A116CC: hue angle of 285.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A116CC is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 22 204 -
CMYK 0.21 0.89 0 0.2
HSL 285.82º 0.81% 0.44% -
HSV(B) 285.82º 0.89% 0.8% -
XYZ 25.88 12.51 58.18 -
YUV 84.31 195.55 182.7 -
System Red Green Blue C M Y K H S L
Decimal 161 22 204 0.21 0.89 0 0.2 285.82 0.81 0.44
Hex A1 16 CC 15 59 0 14 11E 51 2C
Octal 241 26 314 25 131 0 24 436 121 54
Binary 10100001 10110 11001100 10101 1011001 0 10100 100011110 1010001 101100

Color Harmonies of #A116CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A116CC

Black with #A116CC

Text Example


Text Example

White with #A116CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A116CC; }

 p { color: rgb(161,22,204); }

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

background-color css

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

 a { background-color: rgb(161,22,204); }

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

border-color css

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

 span { border-color: rgb(161,22,204); }

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