Html Css Color HEX #A90F9D Dark Magenta

📋 copy color: '#A90F9D'

red 169 ◦ green 15 ◦ blue 157

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

Shades of Dark Magenta #A90F9D

Tints of Dark Magenta #A90F9D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.4%

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 49.56%
G = 4.4%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A90F9D (or 0xA90F9D) is known color: Dark Magenta. HEX triplet: A9, 0F and 9D. RGB value is (169,15,157). Sum of RGB (Red+Green+Blue) = 169+15+157=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90F9D is #56F062. Grayscale: #4C4C4C. Windows color (decimal): -5697635 or 10293161. OLE color: 10293161.

HSL color Cylindrical-coordinate representation of color #A90F9D: hue angle of 304.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A90F9D is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 15 157 -
CMYK 0 0.91 0.07 0.34
HSL 304.68º 0.84% 0.36% -
HSV(B) 304.68º 0.91% 0.66% -
XYZ 22.62 11.21 32.87 -
YUV 77.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 169 15 157 0 0.91 0.07 0.34 304.68 0.84 0.36
Hex A9 F 9D 0 5B 7 22 131 54 24
Octal 251 17 235 0 133 7 42 461 124 44
Binary 10101001 1111 10011101 0 1011011 111 100010 100110001 1010100 100100

Color Harmonies of #A90F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90F9D

Black with #A90F9D

Text Example


Text Example

White with #A90F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90F9D; }

 p { color: rgb(169,15,157); }

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

background-color css

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

 a { background-color: rgb(169,15,157); }

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

border-color css

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

 span { border-color: rgb(169,15,157); }

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