Html Css Color HEX #A12077 Dark Purple

📋 copy color: '#A12077'

red 161 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #A12077

Tints of Dark Purple #A12077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 51.6%
G = 10.26%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A12077 (or 0xA12077) is known color: Dark Purple. HEX triplet: A1, 20 and 77. RGB value is (161,32,119). Sum of RGB (Red+Green+Blue) = 161+32+119=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A12077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12077 is #5EDF88. Grayscale: #505050. Windows color (decimal): -6217609 or 7807137. OLE color: 7807137.

HSL color Cylindrical-coordinate representation of color #A12077: hue angle of 319.53º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12077 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 32 119 -
CMYK 0 0.80 0.26 0.37
HSL 319.53º 0.67% 0.38% -
HSV(B) 319.53º 0.8% 0.63% -
XYZ 18.54 9.94 18.39 -
YUV 80.49 149.74 185.43 -
System Red Green Blue C M Y K H S L
Decimal 161 32 119 0 0.80 0.26 0.37 319.53 0.67 0.38
Hex A1 20 77 0 50 1A 25 140 43 26
Octal 241 40 167 0 120 32 45 500 103 46
Binary 10100001 100000 1110111 0 1010000 11010 100101 101000000 1000011 100110

Color Harmonies of #A12077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12077

Black with #A12077

Text Example


Text Example

White with #A12077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12077; }

 p { color: rgb(161,32,119); }

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

background-color css

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

 a { background-color: rgb(161,32,119); }

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

border-color css

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

 span { border-color: rgb(161,32,119); }

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