Html Css Color HEX #A1298D Dark Purple

📋 copy color: '#A1298D'

red 161 ◦ green 41 ◦ blue 141

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

Shades of Dark Purple #A1298D

Tints of Dark Purple #A1298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.95%

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 46.94%
G = 11.95%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1298D (or 0xA1298D) is known color: Dark Purple. HEX triplet: A1, 29 and 8D. RGB value is (161,41,141). Sum of RGB (Red+Green+Blue) = 161+41+141=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1298D is #5ED672. Grayscale: #585858. Windows color (decimal): -6215283 or 9251233. OLE color: 9251233.

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

Color convert

RGB 161 41 141 -
CMYK 0 0.75 0.12 0.37
HSL 310º 0.59% 0.4% -
HSV(B) 310º 0.75% 0.63% -
XYZ 20.3 11.09 26.27 -
YUV 88.28 157.76 179.87 -
System Red Green Blue C M Y K H S L
Decimal 161 41 141 0 0.75 0.12 0.37 310 0.59 0.4
Hex A1 29 8D 0 4B C 25 136 3B 28
Octal 241 51 215 0 113 14 45 466 73 50
Binary 10100001 101001 10001101 0 1001011 1100 100101 100110110 111011 101000

Color Harmonies of #A1298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1298D

Black with #A1298D

Text Example


Text Example

White with #A1298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1298D; }

 p { color: rgb(161,41,141); }

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

background-color css

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

 a { background-color: rgb(161,41,141); }

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

border-color css

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

 span { border-color: rgb(161,41,141); }

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