#A90CCA

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

Shades of Dark Violet #A90CCA

Tints of Dark Violet #A90CCA

Color information

#A90CCA (or 0xA90CCA) is unknown color: approx Dark Violet. HEX triplet: A9, 0C and CA. RGB value is (169,12,202). Sum of RGB (Red+Green+Blue) = 169+12+202=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #A90CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CCA is #56F335. Grayscale: #505050. Windows color (decimal): -5698358 or 13241513. OLE color: 13241513.

HSL color Cylindrical-coordinate representation of color #A90CCA: hue angle of 289.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90CCA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16912202-
CMYK0.160.9400.21
HSL289.58º88.79%41.96%-
HSV(B)289.58º94.06%79.22%-
XYZ27.1512.9656.95-
YUV80.6196.51191.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 12 (5.08% from 255) = 3.13%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=44.13%
G=3.13%
B=52.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169122020.160.9400.21289.5888.7941.96
HexA9CCA105E015122592a
Octal251143122013602544213152
Binary101010011100110010101000010111100101011001000101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90CCA; }

 p { color: rgb(169,12,202); }

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

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

 a { background-color: rgb(169,12,202); }

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

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

 span { border-color: rgb(169,12,202); }

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