Html Css Color HEX #A11B89 Dark Purple

📋 copy color: '#A11B89'

red 161 ◦ green 27 ◦ blue 137

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

Shades of Dark Purple #A11B89

Tints of Dark Purple #A11B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.15%

R = 49.54%
G = 8.31%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A11B89 (or 0xA11B89) is known color: Dark Purple. HEX triplet: A1, 1B and 89. RGB value is (161,27,137). Sum of RGB (Red+Green+Blue) = 161+27+137=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11B89 is #5EE476. Grayscale: #4F4F4F. Windows color (decimal): -6218871 or 8985505. OLE color: 8985505.

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

Color convert

RGB 161 27 137 -
CMYK 0 0.83 0.15 0.37
HSL 310.75º 0.71% 0.37% -
HSV(B) 310.75º 0.83% 0.63% -
XYZ 19.61 10.17 24.6 -
YUV 79.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 161 27 137 0 0.83 0.15 0.37 310.75 0.71 0.37
Hex A1 1B 89 0 53 F 25 137 47 25
Octal 241 33 211 0 123 17 45 467 107 45
Binary 10100001 11011 10001001 0 1010011 1111 100101 100110111 1000111 100101

Color Harmonies of #A11B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11B89

Black with #A11B89

Text Example


Text Example

White with #A11B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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