Html Css Color HEX #A12990 Dark Purple

📋 copy color: '#A12990'

red 161 ◦ green 41 ◦ blue 144

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

Shades of Dark Purple #A12990

Tints of Dark Purple #A12990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 46.53%
G = 11.85%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A12990 (or 0xA12990) is known color: Dark Purple. HEX triplet: A1, 29 and 90. RGB value is (161,41,144). Sum of RGB (Red+Green+Blue) = 161+41+144=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A12990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12990 is #5ED66F. Grayscale: #585858. Windows color (decimal): -6215280 or 9447841. OLE color: 9447841.

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

Color convert

RGB 161 41 144 -
CMYK 0 0.75 0.11 0.37
HSL 308.5º 0.59% 0.4% -
HSV(B) 308.5º 0.75% 0.63% -
XYZ 20.52 11.18 27.46 -
YUV 88.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 161 41 144 0 0.75 0.11 0.37 308.5 0.59 0.4
Hex A1 29 90 0 4B B 25 134 3B 28
Octal 241 51 220 0 113 13 45 464 73 50
Binary 10100001 101001 10010000 0 1001011 1011 100101 100110100 111011 101000

Color Harmonies of #A12990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12990

Black with #A12990

Text Example


Text Example

White with #A12990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12990; }

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

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

background-color css

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

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

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

border-color css

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

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

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