#A909CC

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

Shades of Dark Violet #A909CC

Tints of Dark Violet #A909CC

Color information

#A909CC (or 0xA909CC) is unknown color: approx Dark Violet. HEX triplet: A9, 09 and CC. RGB value is (169,9,204). Sum of RGB (Red+Green+Blue) = 169+9+204=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #A909CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A909CC is #56F633. Grayscale: #4E4E4E. Windows color (decimal): -5699124 or 13371817. OLE color: 13371817.

HSL color Cylindrical-coordinate representation of color #A909CC: hue angle of 289.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A909CC is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1699204-
CMYK0.170.9600.2
HSL289.23º91.55%41.76%-
HSV(B)289.23º95.59%80%-
XYZ27.3612.9958.19-
YUV79.07198.51192.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 9 (3.91% from 255) = 2.36%
BLUE value IS 204 (80.08% from 255) = 53.40%
R=44.24%
G=2.36%
B=53.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16992040.170.9600.2289.2391.5541.76
HexA99CC11600141215c2a
Octal251113142114002444113452
Binary101010011001110011001000111000000101001001000011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A909CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A909CC; }

 p { color: rgb(169,9,204); }

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

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

 a { background-color: rgb(169,9,204); }

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

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

 span { border-color: rgb(169,9,204); }

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