#a90cce

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

Shades of Dark Violet #A90CCE

Tints of Dark Violet #A90CCE

Color information

#A90CCE (or 0xA90CCE) is unknown color: approx Dark Violet. HEX triplet: A9, 0C and CE. RGB value is (169,12,206). Sum of RGB (Red+Green+Blue) = 169+12+206=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #A90CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CCE is #56F331. Grayscale: #505050. Windows color (decimal): -5698354 or 13503657. OLE color: 13503657.

HSL color Cylindrical-coordinate representation of color #A90CCE: hue angle of 288.56º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90CCE is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16912206-
CMYK0.180.9400.19
HSL288.56º88.99%42.75%-
HSV(B)288.56º94.17%80.78%-
XYZ27.6313.1559.48-
YUV81.06198.51190.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 12 (5.08% from 255) = 3.10%
BLUE value IS 206 (80.86% from 255) = 53.23%
R=43.67%
G=3.10%
B=53.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169122060.180.9400.19288.5688.9942.75
HexA9CCE125E013121592b
Octal251143162213602344113153
Binary101010011100110011101001010111100100111001000011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a90cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a90cce; }

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

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

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

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

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

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

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

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