Html Css Color HEX #A11C7C Dark Purple

📋 copy color: '#A11C7C'

red 161 ◦ green 28 ◦ blue 124

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

Shades of Dark Purple #A11C7C

Tints of Dark Purple #A11C7C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.95%

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 51.44%
G = 8.95%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A11C7C (or 0xA11C7C) is known color: Dark Purple. HEX triplet: A1, 1C and 7C. RGB value is (161,28,124). Sum of RGB (Red+Green+Blue) = 161+28+124=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11C7C is #5EE383. Grayscale: #4E4E4E. Windows color (decimal): -6218628 or 8133793. OLE color: 8133793.

HSL color Cylindrical-coordinate representation of color #A11C7C: hue angle of 316.69º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11C7C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 28 124 -
CMYK 0 0.83 0.23 0.37
HSL 316.69º 0.7% 0.37% -
HSV(B) 316.69º 0.83% 0.63% -
XYZ 18.75 9.86 19.98 -
YUV 78.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 161 28 124 0 0.83 0.23 0.37 316.69 0.7 0.37
Hex A1 1C 7C 0 53 17 25 13D 46 25
Octal 241 34 174 0 123 27 45 475 106 45
Binary 10100001 11100 1111100 0 1010011 10111 100101 100111101 1000110 100101

Color Harmonies of #A11C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11C7C

Black with #A11C7C

Text Example


Text Example

White with #A11C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11C7C; }

 p { color: rgb(161,28,124); }

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

background-color css

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

 a { background-color: rgb(161,28,124); }

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

border-color css

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

 span { border-color: rgb(161,28,124); }

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