Html Css Color HEX #A1088F Dark Magenta

📋 copy color: '#A1088F'

red 161 ◦ green 8 ◦ blue 143

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

Shades of Dark Magenta #A1088F

Tints of Dark Magenta #A1088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 143 (56.25% from 255) = 45.83%

R = 51.6%
G = 2.56%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A1088F (or 0xA1088F) is known color: Dark Magenta. HEX triplet: A1, 08 and 8F. RGB value is (161,8,143). Sum of RGB (Red+Green+Blue) = 161+8+143=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A1088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1088F is #5EF770. Grayscale: #444444. Windows color (decimal): -6223729 or 9373857. OLE color: 9373857.

HSL color Cylindrical-coordinate representation of color #A1088F: hue angle of 307.06º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1088F is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 8 143 -
CMYK 0 0.95 0.11 0.37
HSL 307.06º 0.91% 0.33% -
HSV(B) 307.06º 0.95% 0.63% -
XYZ 19.74 9.73 26.82 -
YUV 69.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 161 8 143 0 0.95 0.11 0.37 307.06 0.91 0.33
Hex A1 8 8F 0 5F B 25 133 5B 21
Octal 241 10 217 0 137 13 45 463 133 41
Binary 10100001 1000 10001111 0 1011111 1011 100101 100110011 1011011 100001

Color Harmonies of #A1088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1088F

Black with #A1088F

Text Example


Text Example

White with #A1088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1088F; }

 p { color: rgb(161,8,143); }

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

background-color css

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

 a { background-color: rgb(161,8,143); }

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

border-color css

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

 span { border-color: rgb(161,8,143); }

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