Html Css Color HEX #A90FAF Deep Magenta

📋 copy color: '#A90FAF'

red 169 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #A90FAF

Tints of Deep Magenta #A90FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 47.08%
G = 4.18%
B = 48.75%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A90FAF (or 0xA90FAF) is known color: Deep Magenta. HEX triplet: A9, 0F and AF. RGB value is (169,15,175). Sum of RGB (Red+Green+Blue) = 169+15+175=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #A90FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90FAF is #56F050. Grayscale: #4E4E4E. Windows color (decimal): -5697617 or 11472809. OLE color: 11472809.

HSL color Cylindrical-coordinate representation of color #A90FAF: hue angle of 297.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A90FAF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 15 175 -
CMYK 0.03 0.91 0 0.31
HSL 297.75º 0.84% 0.37% -
HSV(B) 297.75º 0.91% 0.69% -
XYZ 24.27 11.87 41.57 -
YUV 79.29 182.02 191.99 -
System Red Green Blue C M Y K H S L
Decimal 169 15 175 0.03 0.91 0 0.31 297.75 0.84 0.37
Hex A9 F AF 3 5B 0 1F 12A 54 25
Octal 251 17 257 3 133 0 37 452 124 45
Binary 10101001 1111 10101111 11 1011011 0 11111 100101010 1010100 100101

Color Harmonies of #A90FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FAF

Black with #A90FAF

Text Example


Text Example

White with #A90FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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