#A908BF

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

Shades of Dark Violet #A908BF

Tints of Dark Violet #A908BF

Color information

#A908BF (or 0xA908BF) is unknown color: approx Dark Violet. HEX triplet: A9, 08 and BF. RGB value is (169,8,191). Sum of RGB (Red+Green+Blue) = 169+8+191=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #A908BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A908BF is #56F740. Grayscale: #4C4C4C. Windows color (decimal): -5699393 or 12519593. OLE color: 12519593.

HSL color Cylindrical-coordinate representation of color #A908BF: hue angle of 292.79º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A908BF is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1698191-
CMYK0.120.9600.25
HSL292.79º91.96%39.02%-
HSV(B)292.79º95.81%74.9%-
XYZ25.8512.3750.32-
YUV77192.34193.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 8 (3.52% from 255) = 2.17%
BLUE value IS 191 (75% from 255) = 51.90%
R=45.92%
G=2.17%
B=51.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16981910.120.9600.25292.7991.9639.02
HexA98BFC600191255c27
Octal251102771414003144513447
Binary10101001100010111111110011000000110011001001011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A908BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A908BF; }

 p { color: rgb(169,8,191); }

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

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

 a { background-color: rgb(169,8,191); }

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

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

 span { border-color: rgb(169,8,191); }

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