Html Css Color HEX #A1217C Dark Purple

📋 copy color: '#A1217C'

red 161 ◦ green 33 ◦ blue 124

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

Shades of Dark Purple #A1217C

Tints of Dark Purple #A1217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 50.63%
G = 10.38%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1217C (or 0xA1217C) is known color: Dark Purple. HEX triplet: A1, 21 and 7C. RGB value is (161,33,124). Sum of RGB (Red+Green+Blue) = 161+33+124=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1217C is #5EDE83. Grayscale: #515151. Windows color (decimal): -6217348 or 8135073. OLE color: 8135073.

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

Color convert

RGB 161 33 124 -
CMYK 0 0.80 0.23 0.37
HSL 317.34º 0.66% 0.38% -
HSV(B) 317.34º 0.8% 0.63% -
XYZ 18.88 10.12 20.03 -
YUV 81.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 161 33 124 0 0.80 0.23 0.37 317.34 0.66 0.38
Hex A1 21 7C 0 50 17 25 13D 42 26
Octal 241 41 174 0 120 27 45 475 102 46
Binary 10100001 100001 1111100 0 1010000 10111 100101 100111101 1000010 100110

Color Harmonies of #A1217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1217C

Black with #A1217C

Text Example


Text Example

White with #A1217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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