#A906B9

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

Shades of Dark Violet #A906B9

Tints of Dark Violet #A906B9

Color information

#A906B9 (or 0xA906B9) is unknown color: approx Dark Violet. HEX triplet: A9, 06 and B9. RGB value is (169,6,185). Sum of RGB (Red+Green+Blue) = 169+6+185=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #A906B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A906B9 is #56F946. Grayscale: #4A4A4A. Windows color (decimal): -5699911 or 12125865. OLE color: 12125865.

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

Color convert

RGB1696185-
CMYK0.090.9700.27
HSL294.64º93.72%37.45%-
HSV(B)294.64º96.76%72.55%-
XYZ25.1812.0746.9-
YUV75.14190194.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 6 (2.73% from 255) = 1.67%
BLUE value IS 185 (72.66% from 255) = 51.39%
R=46.94%
G=1.67%
B=51.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16961850.090.9700.27294.6493.7237.45
HexA96B996101B1275e25
Octal25162711114103344713645
Binary1010100111010111001100111000010110111001001111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A906B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A906B9; }

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

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

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

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

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

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

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

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