Html Css Color HEX #A90AB3 Deep Magenta

📋 copy color: '#A90AB3'

red 169 ◦ green 10 ◦ blue 179

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

Shades of Deep Magenta #A90AB3

Tints of Deep Magenta #A90AB3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

 BLUE value IS 179 (70.31% from 255) = 50%

R = 47.21%
G = 2.79%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A90AB3 (or 0xA90AB3) is known color: Deep Magenta. HEX triplet: A9, 0A and B3. RGB value is (169,10,179). Sum of RGB (Red+Green+Blue) = 169+10+179=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #A90AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90AB3 is #56F54C. Grayscale: #4C4C4C. Windows color (decimal): -5698893 or 11733673. OLE color: 11733673.

HSL color Cylindrical-coordinate representation of color #A90AB3: hue angle of 296.45º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90AB3 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 10 179 -
CMYK 0.06 0.94 0 0.30
HSL 296.45º 0.89% 0.37% -
HSV(B) 296.45º 0.94% 0.7% -
XYZ 24.61 11.91 43.65 -
YUV 76.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 169 10 179 0.06 0.94 0 0.30 296.45 0.89 0.37
Hex A9 A B3 6 5E 0 1E 128 59 25
Octal 251 12 263 6 136 0 36 450 131 45
Binary 10101001 1010 10110011 110 1011110 0 11110 100101000 1011001 100101

Color Harmonies of #A90AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90AB3

Black with #A90AB3

Text Example


Text Example

White with #A90AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90AB3; }

 p { color: rgb(169,10,179); }

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

background-color css

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

 a { background-color: rgb(169,10,179); }

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

border-color css

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

 span { border-color: rgb(169,10,179); }

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