Html Css Color HEX #A12376 Dark Purple

📋 copy color: '#A12376'

red 161 ◦ green 35 ◦ blue 118

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

Shades of Dark Purple #A12376

Tints of Dark Purple #A12376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 51.27%
G = 11.15%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A12376 (or 0xA12376) is known color: Dark Purple. HEX triplet: A1, 23 and 76. RGB value is (161,35,118). Sum of RGB (Red+Green+Blue) = 161+35+118=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A12376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12376 is #5EDC89. Grayscale: #515151. Windows color (decimal): -6216842 or 7742369. OLE color: 7742369.

HSL color Cylindrical-coordinate representation of color #A12376: hue angle of 320.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12376 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 35 118 -
CMYK 0 0.78 0.27 0.37
HSL 320.48º 0.64% 0.38% -
HSV(B) 320.48º 0.78% 0.63% -
XYZ 18.57 10.09 18.11 -
YUV 82.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 161 35 118 0 0.78 0.27 0.37 320.48 0.64 0.38
Hex A1 23 76 0 4E 1B 25 140 40 26
Octal 241 43 166 0 116 33 45 500 100 46
Binary 10100001 100011 1110110 0 1001110 11011 100101 101000000 1000000 100110

Color Harmonies of #A12376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12376

Black with #A12376

Text Example


Text Example

White with #A12376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12376; }

 p { color: rgb(161,35,118); }

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

background-color css

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

 a { background-color: rgb(161,35,118); }

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

border-color css

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

 span { border-color: rgb(161,35,118); }

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