#A90BA8

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

Shades of Dark Magenta #A90BA8

Tints of Dark Magenta #A90BA8

Color information

#A90BA8 (or 0xA90BA8) is unknown color: approx Dark Magenta. HEX triplet: A9, 0B and A8. RGB value is (169,11,168). Sum of RGB (Red+Green+Blue) = 169+11+168=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A90BA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90BA8 is #56F457. Grayscale: #4B4B4B. Windows color (decimal): -5698648 or 11013033. OLE color: 11013033.

HSL color Cylindrical-coordinate representation of color #A90BA8: hue angle of 300.38º 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 #A90BA8 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB16911168-
CMYK00.930.010.34
HSL300.38º87.78%35.29%-
HSV(B)300.38º93.49%66.27%-
XYZ23.5511.538.02-
YUV76.14179.85194.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 11 (4.69% from 255) = 3.16%
BLUE value IS 168 (66.02% from 255) = 48.28%
R=48.56%
G=3.16%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691116800.930.010.34300.3887.7835.29
HexA9BA805D12212c5823
Octal25113250013514245413043
Binary101010011011101010000101110111000101001011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90BA8; }

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

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

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

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

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

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

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

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