Html Css Color HEX #A1278A Dark Purple

📋 copy color: '#A1278A'

red 161 ◦ green 39 ◦ blue 138

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

Shades of Dark Purple #A1278A

Tints of Dark Purple #A1278A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 47.63%
G = 11.54%
B = 40.83%

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

#A1278A (or 0xA1278A) is known color: Dark Purple. HEX triplet: A1, 27 and 8A. RGB value is (161,39,138). Sum of RGB (Red+Green+Blue) = 161+39+138=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1278A is #5ED875. Grayscale: #565656. Windows color (decimal): -6215798 or 9054113. OLE color: 9054113.

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

Color convert

RGB 161 39 138 -
CMYK 0 0.76 0.14 0.37
HSL 311.31º 0.61% 0.39% -
HSV(B) 311.31º 0.76% 0.63% -
XYZ 20.01 10.86 25.09 -
YUV 86.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 161 39 138 0 0.76 0.14 0.37 311.31 0.61 0.39
Hex A1 27 8A 0 4C E 25 137 3D 27
Octal 241 47 212 0 114 16 45 467 75 47
Binary 10100001 100111 10001010 0 1001100 1110 100101 100110111 111101 100111

Color Harmonies of #A1278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1278A

Black with #A1278A

Text Example


Text Example

White with #A1278A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1278A; }

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

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

background-color css

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

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

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

border-color css

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

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

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