Html Css Color HEX #A11C8F Dark Purple

📋 copy color: '#A11C8F'

red 161 ◦ green 28 ◦ blue 143

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

Shades of Dark Purple #A11C8F

Tints of Dark Purple #A11C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.07%

R = 48.49%
G = 8.43%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A11C8F (or 0xA11C8F) is known color: Dark Purple. HEX triplet: A1, 1C and 8F. RGB value is (161,28,143). Sum of RGB (Red+Green+Blue) = 161+28+143=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11C8F is #5EE370. Grayscale: #505050. Windows color (decimal): -6218609 or 9378977. OLE color: 9378977.

HSL color Cylindrical-coordinate representation of color #A11C8F: hue angle of 308.12º 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 #A11C8F is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 28 143 -
CMYK 0 0.83 0.11 0.37
HSL 308.12º 0.7% 0.37% -
HSV(B) 308.12º 0.83% 0.63% -
XYZ 20.07 10.39 26.93 -
YUV 80.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 161 28 143 0 0.83 0.11 0.37 308.12 0.7 0.37
Hex A1 1C 8F 0 53 B 25 134 46 25
Octal 241 34 217 0 123 13 45 464 106 45
Binary 10100001 11100 10001111 0 1010011 1011 100101 100110100 1000110 100101

Color Harmonies of #A11C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11C8F

Black with #A11C8F

Text Example


Text Example

White with #A11C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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