Html Css Color HEX #A11A7C Dark Purple

📋 copy color: '#A11A7C'

red 161 ◦ green 26 ◦ blue 124

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

Shades of Dark Purple #A11A7C

Tints of Dark Purple #A11A7C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.36%

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

R = 51.77%
G = 8.36%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A11A7C (or 0xA11A7C) is known color: Dark Purple. HEX triplet: A1, 1A and 7C. RGB value is (161,26,124). Sum of RGB (Red+Green+Blue) = 161+26+124=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A7C is #5EE583. Grayscale: #4D4D4D. Windows color (decimal): -6219140 or 8133281. OLE color: 8133281.

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

Color convert

RGB 161 26 124 -
CMYK 0 0.84 0.23 0.37
HSL 316.44º 0.72% 0.37% -
HSV(B) 316.44º 0.84% 0.63% -
XYZ 18.71 9.77 19.97 -
YUV 77.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 161 26 124 0 0.84 0.23 0.37 316.44 0.72 0.37
Hex A1 1A 7C 0 54 17 25 13C 48 25
Octal 241 32 174 0 124 27 45 474 110 45
Binary 10100001 11010 1111100 0 1010100 10111 100101 100111100 1001000 100101

Color Harmonies of #A11A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A7C

Black with #A11A7C

Text Example


Text Example

White with #A11A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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