Html Css Color HEX #A12074 Dark Purple

📋 copy color: '#A12074'

red 161 ◦ green 32 ◦ blue 116

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

Shades of Dark Purple #A12074

Tints of Dark Purple #A12074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 52.1%
G = 10.36%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A12074 (or 0xA12074) is known color: Dark Purple. HEX triplet: A1, 20 and 74. RGB value is (161,32,116). Sum of RGB (Red+Green+Blue) = 161+32+116=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A12074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12074 is #5EDF8B. Grayscale: #4F4F4F. Windows color (decimal): -6217612 or 7610529. OLE color: 7610529.

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

Color convert

RGB 161 32 116 -
CMYK 0 0.80 0.28 0.37
HSL 320.93º 0.67% 0.38% -
HSV(B) 320.93º 0.8% 0.63% -
XYZ 18.37 9.87 17.46 -
YUV 80.15 148.24 185.67 -
System Red Green Blue C M Y K H S L
Decimal 161 32 116 0 0.80 0.28 0.37 320.93 0.67 0.38
Hex A1 20 74 0 50 1C 25 141 43 26
Octal 241 40 164 0 120 34 45 501 103 46
Binary 10100001 100000 1110100 0 1010000 11100 100101 101000001 1000011 100110

Color Harmonies of #A12074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12074

Black with #A12074

Text Example


Text Example

White with #A12074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12074; }

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

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

background-color css

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

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

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

border-color css

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

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

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