Html Css Color HEX #A21085 Dark Magenta

📋 copy color: '#A21085'

red 162 ◦ green 16 ◦ blue 133

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

Shades of Dark Magenta #A21085

Tints of Dark Magenta #A21085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 52.09%
G = 5.14%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A21085 (or 0xA21085) is known color: Dark Magenta. HEX triplet: A2, 10 and 85. RGB value is (162,16,133). Sum of RGB (Red+Green+Blue) = 162+16+133=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A21085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21085 is #5DEF7A. Grayscale: #484848. Windows color (decimal): -6156155 or 8720546. OLE color: 8720546.

HSL color Cylindrical-coordinate representation of color #A21085: hue angle of 311.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21085 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 16 133 -
CMYK 0 0.90 0.18 0.36
HSL 311.92º 0.82% 0.35% -
HSV(B) 311.92º 0.9% 0.64% -
XYZ 19.32 9.75 23.05 -
YUV 72.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 162 16 133 0 0.90 0.18 0.36 311.92 0.82 0.35
Hex A2 10 85 0 5A 12 24 138 52 23
Octal 242 20 205 0 132 22 44 470 122 43
Binary 10100010 10000 10000101 0 1011010 10010 100100 100111000 1010010 100011

Color Harmonies of #A21085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21085

Black with #A21085

Text Example


Text Example

White with #A21085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21085; }

 p { color: rgb(162,16,133); }

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

background-color css

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

 a { background-color: rgb(162,16,133); }

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

border-color css

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

 span { border-color: rgb(162,16,133); }

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