Html Css Color HEX #A11E7C Dark Purple

📋 copy color: '#A11E7C'

red 161 ◦ green 30 ◦ blue 124

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

Shades of Dark Purple #A11E7C

Tints of Dark Purple #A11E7C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

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

R = 51.11%
G = 9.52%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A11E7C (or 0xA11E7C) is known color: Dark Purple. HEX triplet: A1, 1E and 7C. RGB value is (161,30,124). Sum of RGB (Red+Green+Blue) = 161+30+124=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E7C is #5EE183. Grayscale: #4F4F4F. Windows color (decimal): -6218116 or 8134305. OLE color: 8134305.

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

Color convert

RGB 161 30 124 -
CMYK 0 0.81 0.23 0.37
HSL 316.95º 0.69% 0.37% -
HSV(B) 316.95º 0.81% 0.63% -
XYZ 18.8 9.96 20 -
YUV 79.89 152.9 185.86 -
System Red Green Blue C M Y K H S L
Decimal 161 30 124 0 0.81 0.23 0.37 316.95 0.69 0.37
Hex A1 1E 7C 0 51 17 25 13D 45 25
Octal 241 36 174 0 121 27 45 475 105 45
Binary 10100001 11110 1111100 0 1010001 10111 100101 100111101 1000101 100101

Color Harmonies of #A11E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E7C

Black with #A11E7C

Text Example


Text Example

White with #A11E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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