#A90EDF

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

Shades of Dark Violet #A90EDF

Tints of Dark Violet #A90EDF

Color information

#A90EDF (or 0xA90EDF) is unknown color: approx Dark Violet. HEX triplet: A9, 0E and DF. RGB value is (169,14,223). Sum of RGB (Red+Green+Blue) = 169+14+223=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #A90EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90EDF is #56F120. Grayscale: #535353. Windows color (decimal): -5697825 or 14618281. OLE color: 14618281.

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

Color convert

RGB16914223-
CMYK0.240.9400.13
HSL284.5º88.19%46.47%-
HSV(B)284.5º93.72%87.45%-
XYZ29.8414.0870.96-
YUV84.17206.35188.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 14 (5.86% from 255) = 3.45%
BLUE value IS 223 (87.5% from 255) = 54.93%
R=41.63%
G=3.45%
B=54.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169142230.240.9400.13284.588.1946.47
HexA9EDF185E0D11c582e
Octal251163373013601543413056
Binary10101001111011011111110001011110011011000111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90EDF; }

 p { color: rgb(169,14,223); }

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

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

 a { background-color: rgb(169,14,223); }

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

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

 span { border-color: rgb(169,14,223); }

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