#A90B8B

Color #A90B8B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #A90B8B

Tints of Medium Violet Red #A90B8B

Color information

#A90B8B (or 0xA90B8B) is unknown color: approx Medium Violet Red. HEX triplet: A9, 0B and 8B. RGB value is (169,11,139). Sum of RGB (Red+Green+Blue) = 169+11+139=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90B8B is #56F474. Grayscale: #484848. Windows color (decimal): -5698677 or 9112489. OLE color: 9112489.

HSL color Cylindrical-coordinate representation of color #A90B8B: hue angle of 311.39º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90B8B is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16911139-
CMYK00.930.180.34
HSL311.39º87.78%35.29%-
HSV(B)311.39º93.49%66.27%-
XYZ21.1410.5425.35-
YUV72.83165.35196.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.98%
GREEN value IS 11 (4.69% from 255) = 3.45%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=52.98%
G=3.45%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691113900.930.180.34311.3987.7835.29
HexA9B8B05D12221375823
Octal251132130135224246713043
Binary1010100110111000101101011101100101000101001101111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90B8B; }

 p { color: rgb(169,11,139); }

 H1.HeaderClassName
 {
   color: #A90B8B;
 }
 .AnyTagClassName
 {
   color: #A90B8B;
 }
</style>
background-color css

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

 a { background-color: rgb(169,11,139); }

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

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

 span { border-color: rgb(169,11,139); }

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