Html Css Color HEX #A11B7F Dark Purple

📋 copy color: '#A11B7F'

red 161 ◦ green 27 ◦ blue 127

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

Shades of Dark Purple #A11B7F

Tints of Dark Purple #A11B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.57%

 BLUE value IS 127 (50% from 255) = 40.32%

R = 51.11%
G = 8.57%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A11B7F (or 0xA11B7F) is known color: Dark Purple. HEX triplet: A1, 1B and 7F. RGB value is (161,27,127). Sum of RGB (Red+Green+Blue) = 161+27+127=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11B7F is #5EE480. Grayscale: #4E4E4E. Windows color (decimal): -6218881 or 8330145. OLE color: 8330145.

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

Color convert

RGB 161 27 127 -
CMYK 0 0.83 0.21 0.37
HSL 315.22º 0.71% 0.37% -
HSV(B) 315.22º 0.83% 0.63% -
XYZ 18.92 9.89 20.99 -
YUV 78.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 161 27 127 0 0.83 0.21 0.37 315.22 0.71 0.37
Hex A1 1B 7F 0 53 15 25 13B 47 25
Octal 241 33 177 0 123 25 45 473 107 45
Binary 10100001 11011 1111111 0 1010011 10101 100101 100111011 1000111 100101

Color Harmonies of #A11B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11B7F

Black with #A11B7F

Text Example


Text Example

White with #A11B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11B7F; }

 p { color: rgb(161,27,127); }

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

background-color css

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

 a { background-color: rgb(161,27,127); }

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

border-color css

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

 span { border-color: rgb(161,27,127); }

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