#A908DE

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

Shades of Dark Violet #A908DE

Tints of Dark Violet #A908DE

Color information

#A908DE (or 0xA908DE) is unknown color: approx Dark Violet. HEX triplet: A9, 08 and DE. RGB value is (169,8,222). Sum of RGB (Red+Green+Blue) = 169+8+222=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #A908DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A908DE is #56F721. Grayscale: #4F4F4F. Windows color (decimal): -5699362 or 14551209. OLE color: 14551209.

HSL color Cylindrical-coordinate representation of color #A908DE: hue angle of 285.14º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A908DE is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1698222-
CMYK0.240.9600.13
HSL285.14º93.04%45.1%-
HSV(B)285.14º96.4%87.06%-
XYZ29.6313.8870.22-
YUV80.54207.84191.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 8 (3.52% from 255) = 2.01%
BLUE value IS 222 (87.11% from 255) = 55.64%
R=42.36%
G=2.01%
B=55.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16982220.240.9600.13285.1493.0445.1
HexA98DE18600D11d5d2d
Octal251103363014001543513555
Binary10101001100011011110110001100000011011000111011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A908DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A908DE; }

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

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

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

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

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

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

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

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