Html Css Color HEX #A1218F Dark Purple

📋 copy color: '#A1218F'

red 161 ◦ green 33 ◦ blue 143

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

Shades of Dark Purple #A1218F

Tints of Dark Purple #A1218F

RGB

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

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

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

R = 47.77%
G = 9.79%
B = 42.43%

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

#A1218F (or 0xA1218F) is known color: Dark Purple. HEX triplet: A1, 21 and 8F. RGB value is (161,33,143). Sum of RGB (Red+Green+Blue) = 161+33+143=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1218F is #5EDE70. Grayscale: #535353. Windows color (decimal): -6217329 or 9380257. OLE color: 9380257.

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

Color convert

RGB 161 33 143 -
CMYK 0 0.80 0.11 0.37
HSL 308.44º 0.66% 0.38% -
HSV(B) 308.44º 0.8% 0.63% -
XYZ 20.2 10.65 26.98 -
YUV 83.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 161 33 143 0 0.80 0.11 0.37 308.44 0.66 0.38
Hex A1 21 8F 0 50 B 25 134 42 26
Octal 241 41 217 0 120 13 45 464 102 46
Binary 10100001 100001 10001111 0 1010000 1011 100101 100110100 1000010 100110

Color Harmonies of #A1218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1218F

Black with #A1218F

Text Example


Text Example

White with #A1218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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