Html Css Color HEX #A1288A Dark Purple

📋 copy color: '#A1288A'

red 161 ◦ green 40 ◦ blue 138

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

Shades of Dark Purple #A1288A

Tints of Dark Purple #A1288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.8%

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

R = 47.49%
G = 11.8%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1288A (or 0xA1288A) is known color: Dark Purple. HEX triplet: A1, 28 and 8A. RGB value is (161,40,138). Sum of RGB (Red+Green+Blue) = 161+40+138=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1288A is #5ED775. Grayscale: #575757. Windows color (decimal): -6215542 or 9054369. OLE color: 9054369.

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

Color convert

RGB 161 40 138 -
CMYK 0 0.75 0.14 0.37
HSL 311.41º 0.6% 0.39% -
HSV(B) 311.41º 0.75% 0.63% -
XYZ 20.04 10.93 25.1 -
YUV 87.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 161 40 138 0 0.75 0.14 0.37 311.41 0.6 0.39
Hex A1 28 8A 0 4B E 25 137 3C 27
Octal 241 50 212 0 113 16 45 467 74 47
Binary 10100001 101000 10001010 0 1001011 1110 100101 100110111 111100 100111

Color Harmonies of #A1288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1288A

Black with #A1288A

Text Example


Text Example

White with #A1288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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