Html Css Color HEX #A1208F Dark Purple

📋 copy color: '#A1208F'

red 161 ◦ green 32 ◦ blue 143

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

Shades of Dark Purple #A1208F

Tints of Dark Purple #A1208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 47.92%
G = 9.52%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A1208F (or 0xA1208F) is known color: Dark Purple. HEX triplet: A1, 20 and 8F. RGB value is (161,32,143). Sum of RGB (Red+Green+Blue) = 161+32+143=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1208F is #5EDF70. Grayscale: #525252. Windows color (decimal): -6217585 or 9380001. OLE color: 9380001.

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

Color convert

RGB 161 32 143 -
CMYK 0 0.80 0.11 0.37
HSL 308.37º 0.67% 0.38% -
HSV(B) 308.37º 0.8% 0.63% -
XYZ 20.17 10.59 26.97 -
YUV 83.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 161 32 143 0 0.80 0.11 0.37 308.37 0.67 0.38
Hex A1 20 8F 0 50 B 25 134 43 26
Octal 241 40 217 0 120 13 45 464 103 46
Binary 10100001 100000 10001111 0 1010000 1011 100101 100110100 1000011 100110

Color Harmonies of #A1208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1208F

Black with #A1208F

Text Example


Text Example

White with #A1208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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