Html Css Color HEX #A1247D Dark Purple

📋 copy color: '#A1247D'

red 161 ◦ green 36 ◦ blue 125

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

Shades of Dark Purple #A1247D

Tints of Dark Purple #A1247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 50%
G = 11.18%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1247D (or 0xA1247D) is known color: Dark Purple. HEX triplet: A1, 24 and 7D. RGB value is (161,36,125). Sum of RGB (Red+Green+Blue) = 161+36+125=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1247D is #5EDB82. Grayscale: #535353. Windows color (decimal): -6216579 or 8201377. OLE color: 8201377.

HSL color Cylindrical-coordinate representation of color #A1247D: hue angle of 317.28º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1247D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 36 125 -
CMYK 0 0.78 0.22 0.37
HSL 317.28º 0.63% 0.39% -
HSV(B) 317.28º 0.78% 0.63% -
XYZ 19.03 10.32 20.39 -
YUV 83.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 161 36 125 0 0.78 0.22 0.37 317.28 0.63 0.39
Hex A1 24 7D 0 4E 16 25 13D 3F 27
Octal 241 44 175 0 116 26 45 475 77 47
Binary 10100001 100100 1111101 0 1001110 10110 100101 100111101 111111 100111

Color Harmonies of #A1247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1247D

Black with #A1247D

Text Example


Text Example

White with #A1247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1247D; }

 p { color: rgb(161,36,125); }

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

background-color css

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

 a { background-color: rgb(161,36,125); }

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

border-color css

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

 span { border-color: rgb(161,36,125); }

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