Html Css Color HEX #A90EB0 Deep Magenta

📋 copy color: '#A90EB0'

red 169 ◦ green 14 ◦ blue 176

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

Shades of Deep Magenta #A90EB0

Tints of Deep Magenta #A90EB0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.9%

 BLUE value IS 176 (69.14% from 255) = 49.03%

R = 47.08%
G = 3.9%
B = 49.03%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A90EB0 (or 0xA90EB0) is known color: Deep Magenta. HEX triplet: A9, 0E and B0. RGB value is (169,14,176). Sum of RGB (Red+Green+Blue) = 169+14+176=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #A90EB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90EB0 is #56F14F. Grayscale: #4E4E4E. Windows color (decimal): -5697872 or 11538089. OLE color: 11538089.

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

Color convert

RGB 169 14 176 -
CMYK 0.04 0.92 0 0.31
HSL 297.41º 0.85% 0.37% -
HSV(B) 297.41º 0.92% 0.69% -
XYZ 24.36 11.88 42.08 -
YUV 78.81 182.85 192.33 -
System Red Green Blue C M Y K H S L
Decimal 169 14 176 0.04 0.92 0 0.31 297.41 0.85 0.37
Hex A9 E B0 4 5C 0 1F 129 55 25
Octal 251 16 260 4 134 0 37 451 125 45
Binary 10101001 1110 10110000 100 1011100 0 11111 100101001 1010101 100101

Color Harmonies of #A90EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EB0

Black with #A90EB0

Text Example


Text Example

White with #A90EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EB0; }

 p { color: rgb(169,14,176); }

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

background-color css

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

 a { background-color: rgb(169,14,176); }

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

border-color css

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

 span { border-color: rgb(169,14,176); }

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