#A90BB7

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

Shades of Dark Violet #A90BB7

Tints of Dark Violet #A90BB7

Color information

#A90BB7 (or 0xA90BB7) is unknown color: approx Dark Violet. HEX triplet: A9, 0B and B7. RGB value is (169,11,183). Sum of RGB (Red+Green+Blue) = 169+11+183=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #A90BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BB7 is #56F448. Grayscale: #4D4D4D. Windows color (decimal): -5698633 or 11996073. OLE color: 11996073.

HSL color Cylindrical-coordinate representation of color #A90BB7: hue angle of 295.12º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90BB7 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16911183-
CMYK0.080.9400.28
HSL295.12º88.66%38.04%-
HSV(B)295.12º93.99%71.76%-
XYZ25.0312.0945.81-
YUV77.85187.35193.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 11 (4.69% from 255) = 3.03%
BLUE value IS 183 (71.88% from 255) = 50.41%
R=46.56%
G=3.03%
B=50.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169111830.080.9400.28295.1288.6638.04
HexA9BB785E01C1275926
Octal251132671013603444713146
Binary10101001101110110111100010111100111001001001111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90BB7; }

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

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

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

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

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

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

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

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