#A90CB9

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

Shades of Dark Violet #A90CB9

Tints of Dark Violet #A90CB9

Color information

#A90CB9 (or 0xA90CB9) is unknown color: approx Dark Violet. HEX triplet: A9, 0C and B9. RGB value is (169,12,185). Sum of RGB (Red+Green+Blue) = 169+12+185=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #A90CB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CB9 is #56F346. Grayscale: #4E4E4E. Windows color (decimal): -5698375 or 12127401. OLE color: 12127401.

HSL color Cylindrical-coordinate representation of color #A90CB9: hue angle of 294.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90CB9 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16912185-
CMYK0.090.9400.27
HSL294.45º87.82%38.63%-
HSV(B)294.45º93.51%72.55%-
XYZ25.2512.246.92-
YUV78.66188.01192.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 12 (5.08% from 255) = 3.28%
BLUE value IS 185 (72.66% from 255) = 50.55%
R=46.17%
G=3.28%
B=50.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169121850.090.9400.27294.4587.8238.63
HexA9CB995E01B1265827
Octal251142711113603344613047
Binary10101001110010111001100110111100110111001001101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90CB9; }

 p { color: rgb(169,12,185); }

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

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

 a { background-color: rgb(169,12,185); }

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

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

 span { border-color: rgb(169,12,185); }

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