Html Css Color HEX #A1208C Dark Purple

📋 copy color: '#A1208C'

red 161 ◦ green 32 ◦ blue 140

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

Shades of Dark Purple #A1208C

Tints of Dark Purple #A1208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 48.35%
G = 9.61%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1208C (or 0xA1208C) is known color: Dark Purple. HEX triplet: A1, 20 and 8C. RGB value is (161,32,140). Sum of RGB (Red+Green+Blue) = 161+32+140=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A1208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1208C is #5EDF73. Grayscale: #525252. Windows color (decimal): -6217588 or 9183393. OLE color: 9183393.

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

Color convert

RGB 161 32 140 -
CMYK 0 0.80 0.13 0.37
HSL 309.77º 0.67% 0.38% -
HSV(B) 309.77º 0.8% 0.63% -
XYZ 19.95 10.5 25.79 -
YUV 82.88 160.24 183.72 -
System Red Green Blue C M Y K H S L
Decimal 161 32 140 0 0.80 0.13 0.37 309.77 0.67 0.38
Hex A1 20 8C 0 50 D 25 136 43 26
Octal 241 40 214 0 120 15 45 466 103 46
Binary 10100001 100000 10001100 0 1010000 1101 100101 100110110 1000011 100110

Color Harmonies of #A1208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1208C

Black with #A1208C

Text Example


Text Example

White with #A1208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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