#A90EB0

Color #A90EB0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #A90EB0

Tints of Deep Magenta #A90EB0

Color information

#A90EB0 (or 0xA90EB0) is unknown color: approx 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

RGB16914176-
CMYK0.040.9200.31
HSL297.41º85.26%37.25%-
HSV(B)297.41º92.05%69.02%-
XYZ24.3611.8842.08-
YUV78.81182.85192.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 14 (5.86% from 255) = 3.90%
BLUE value IS 176 (69.14% from 255) = 49.03%
R=47.08%
G=3.90%
B=49.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169141760.040.9200.31297.4185.2637.25
HexA9EB045C01F1295525
Octal25116260413403745112545
Binary1010100111101011000010010111000111111001010011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>