Html Css Color HEX #A2088F Dark Magenta

📋 copy color: '#A2088F'

red 162 ◦ green 8 ◦ blue 143

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

Shades of Dark Magenta #A2088F

Tints of Dark Magenta #A2088F

RGB

 RED value IS 162 (63.67% from 255) = 51.76%

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

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

R = 51.76%
G = 2.56%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2088F (or 0xA2088F) is known color: Dark Magenta. HEX triplet: A2, 08 and 8F. RGB value is (162,8,143). Sum of RGB (Red+Green+Blue) = 162+8+143=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A2088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2088F is #5DF770. Grayscale: #454545. Windows color (decimal): -6158193 or 9373858. OLE color: 9373858.

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

Color convert

RGB 162 8 143 -
CMYK 0 0.95 0.12 0.36
HSL 307.4º 0.91% 0.33% -
HSV(B) 307.4º 0.95% 0.64% -
XYZ 19.95 9.84 26.83 -
YUV 69.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 162 8 143 0 0.95 0.12 0.36 307.4 0.91 0.33
Hex A2 8 8F 0 5F C 24 133 5B 21
Octal 242 10 217 0 137 14 44 463 133 41
Binary 10100010 1000 10001111 0 1011111 1100 100100 100110011 1011011 100001

Color Harmonies of #A2088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2088F

Black with #A2088F

Text Example


Text Example

White with #A2088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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