Html Css Color HEX #A910B2 Deep Magenta

📋 copy color: '#A910B2'

red 169 ◦ green 16 ◦ blue 178

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

Shades of Deep Magenta #A910B2

Tints of Deep Magenta #A910B2

RGB

 RED value IS 169 (66.41% from 255) = 46.56%

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

 BLUE value IS 178 (69.92% from 255) = 49.04%

R = 46.56%
G = 4.41%
B = 49.04%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A910B2 (or 0xA910B2) is known color: Deep Magenta. HEX triplet: A9, 10 and B2. RGB value is (169,16,178). Sum of RGB (Red+Green+Blue) = 169+16+178=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #A910B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A910B2 is #56EF4D. Grayscale: #4F4F4F. Windows color (decimal): -5697358 or 11669673. OLE color: 11669673.

HSL color Cylindrical-coordinate representation of color #A910B2: hue angle of 296.67º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A910B2 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 16 178 -
CMYK 0.05 0.91 0 0.30
HSL 296.67º 0.84% 0.38% -
HSV(B) 296.67º 0.91% 0.7% -
XYZ 24.58 12.02 43.14 -
YUV 80.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 169 16 178 0.05 0.91 0 0.30 296.67 0.84 0.38
Hex A9 10 B2 5 5B 0 1E 129 54 26
Octal 251 20 262 5 133 0 36 451 124 46
Binary 10101001 10000 10110010 101 1011011 0 11110 100101001 1010100 100110

Color Harmonies of #A910B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A910B2

Black with #A910B2

Text Example


Text Example

White with #A910B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A910B2; }

 p { color: rgb(169,16,178); }

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

background-color css

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

 a { background-color: rgb(169,16,178); }

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

border-color css

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

 span { border-color: rgb(169,16,178); }

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