Html Css Color HEX #A12183 Dark Purple

📋 copy color: '#A12183'

red 161 ◦ green 33 ◦ blue 131

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

Shades of Dark Purple #A12183

Tints of Dark Purple #A12183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 49.54%
G = 10.15%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A12183 (or 0xA12183) is known color: Dark Purple. HEX triplet: A1, 21 and 83. RGB value is (161,33,131). Sum of RGB (Red+Green+Blue) = 161+33+131=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A12183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12183 is #5EDE7C. Grayscale: #525252. Windows color (decimal): -6217341 or 8593825. OLE color: 8593825.

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

Color convert

RGB 161 33 131 -
CMYK 0 0.80 0.19 0.37
HSL 314.06º 0.66% 0.38% -
HSV(B) 314.06º 0.8% 0.63% -
XYZ 19.34 10.3 22.44 -
YUV 82.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 161 33 131 0 0.80 0.19 0.37 314.06 0.66 0.38
Hex A1 21 83 0 50 13 25 13A 42 26
Octal 241 41 203 0 120 23 45 472 102 46
Binary 10100001 100001 10000011 0 1010000 10011 100101 100111010 1000010 100110

Color Harmonies of #A12183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12183

Black with #A12183

Text Example


Text Example

White with #A12183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12183; }

 p { color: rgb(161,33,131); }

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

background-color css

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

 a { background-color: rgb(161,33,131); }

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

border-color css

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

 span { border-color: rgb(161,33,131); }

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