Html Css Color HEX #A1277C Dark Purple

📋 copy color: '#A1277C'

red 161 ◦ green 39 ◦ blue 124

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

Shades of Dark Purple #A1277C

Tints of Dark Purple #A1277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

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

R = 49.69%
G = 12.04%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1277C (or 0xA1277C) is known color: Dark Purple. HEX triplet: A1, 27 and 7C. RGB value is (161,39,124). Sum of RGB (Red+Green+Blue) = 161+39+124=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1277C is #5ED883. Grayscale: #545454. Windows color (decimal): -6215812 or 8136609. OLE color: 8136609.

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

Color convert

RGB 161 39 124 -
CMYK 0 0.76 0.23 0.37
HSL 318.2º 0.61% 0.39% -
HSV(B) 318.2º 0.76% 0.63% -
XYZ 19.06 10.48 20.09 -
YUV 85.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 161 39 124 0 0.76 0.23 0.37 318.2 0.61 0.39
Hex A1 27 7C 0 4C 17 25 13E 3D 27
Octal 241 47 174 0 114 27 45 476 75 47
Binary 10100001 100111 1111100 0 1001100 10111 100101 100111110 111101 100111

Color Harmonies of #A1277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1277C

Black with #A1277C

Text Example


Text Example

White with #A1277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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