Html Css Color HEX #A1288B Dark Purple

📋 copy color: '#A1288B'

red 161 ◦ green 40 ◦ blue 139

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

Shades of Dark Purple #A1288B

Tints of Dark Purple #A1288B

RGB

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

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

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

R = 47.35%
G = 11.76%
B = 40.88%

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

#A1288B (or 0xA1288B) is known color: Dark Purple. HEX triplet: A1, 28 and 8B. RGB value is (161,40,139). Sum of RGB (Red+Green+Blue) = 161+40+139=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1288B is #5ED774. Grayscale: #575757. Windows color (decimal): -6215541 or 9119905. OLE color: 9119905.

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

Color convert

RGB 161 40 139 -
CMYK 0 0.75 0.14 0.37
HSL 310.91º 0.6% 0.39% -
HSV(B) 310.91º 0.75% 0.63% -
XYZ 20.12 10.96 25.48 -
YUV 87.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 161 40 139 0 0.75 0.14 0.37 310.91 0.6 0.39
Hex A1 28 8B 0 4B E 25 137 3C 27
Octal 241 50 213 0 113 16 45 467 74 47
Binary 10100001 101000 10001011 0 1001011 1110 100101 100110111 111100 100111

Color Harmonies of #A1288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1288B

Black with #A1288B

Text Example


Text Example

White with #A1288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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