Html Css Color HEX #A1278B Dark Purple

📋 copy color: '#A1278B'

red 161 ◦ green 39 ◦ blue 139

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

Shades of Dark Purple #A1278B

Tints of Dark Purple #A1278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41%

R = 47.49%
G = 11.5%
B = 41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1278B (or 0xA1278B) is known color: Dark Purple. HEX triplet: A1, 27 and 8B. RGB value is (161,39,139). Sum of RGB (Red+Green+Blue) = 161+39+139=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1278B is #5ED874. Grayscale: #565656. Windows color (decimal): -6215797 or 9119649. OLE color: 9119649.

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

Color convert

RGB 161 39 139 -
CMYK 0 0.76 0.14 0.37
HSL 310.82º 0.61% 0.39% -
HSV(B) 310.82º 0.76% 0.63% -
XYZ 20.08 10.89 25.47 -
YUV 86.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 161 39 139 0 0.76 0.14 0.37 310.82 0.61 0.39
Hex A1 27 8B 0 4C E 25 137 3D 27
Octal 241 47 213 0 114 16 45 467 75 47
Binary 10100001 100111 10001011 0 1001100 1110 100101 100110111 111101 100111

Color Harmonies of #A1278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1278B

Black with #A1278B

Text Example


Text Example

White with #A1278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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