#A90CCF

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

Shades of Dark Violet #A90CCF

Tints of Dark Violet #A90CCF

Color information

#A90CCF (or 0xA90CCF) is unknown color: approx Dark Violet. HEX triplet: A9, 0C and CF. RGB value is (169,12,207). Sum of RGB (Red+Green+Blue) = 169+12+207=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #A90CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CCF is #56F330. Grayscale: #505050. Windows color (decimal): -5698353 or 13569193. OLE color: 13569193.

HSL color Cylindrical-coordinate representation of color #A90CCF: hue angle of 288.31º 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 #A90CCF is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16912207-
CMYK0.180.9400.19
HSL288.31º89.04%42.94%-
HSV(B)288.31º94.2%81.18%-
XYZ27.7613.260.12-
YUV81.17199.01190.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 12 (5.08% from 255) = 3.09%
BLUE value IS 207 (81.25% from 255) = 53.35%
R=43.56%
G=3.09%
B=53.35%

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
Decimal169122070.180.9400.19288.3189.0442.94
HexA9CCF125E013120592b
Octal251143172213602344013153
Binary101010011100110011111001010111100100111001000001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90CCF; }

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

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

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

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

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

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

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

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