#A904B9

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

Shades of Dark Violet #A904B9

Tints of Dark Violet #A904B9

Color information

#A904B9 (or 0xA904B9) is unknown color: approx Dark Violet. HEX triplet: A9, 04 and B9. RGB value is (169,4,185). Sum of RGB (Red+Green+Blue) = 169+4+185=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #A904B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A904B9 is #56FB46. Grayscale: #494949. Windows color (decimal): -5700423 or 12125353. OLE color: 12125353.

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

Color convert

RGB1694185-
CMYK0.090.9800.27
HSL294.7º95.77%37.06%-
HSV(B)294.7º97.84%72.55%-
XYZ25.1612.0246.89-
YUV73.97190.66195.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 4 (1.95% from 255) = 1.12%
BLUE value IS 185 (72.66% from 255) = 51.68%
R=47.21%
G=1.12%
B=51.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16941850.090.9800.27294.795.7737.06
HexA94B996201B1276025
Octal25142711114203344714045
Binary1010100110010111001100111000100110111001001111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A904B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A904B9; }

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

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

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

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

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

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

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

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