#A90FE7

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

Shades of Dark Violet #A90FE7

Tints of Dark Violet #A90FE7

Color information

#A90FE7 (or 0xA90FE7) is unknown color: approx Dark Violet. HEX triplet: A9, 0F and E7. RGB value is (169,15,231). Sum of RGB (Red+Green+Blue) = 169+15+231=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #A90FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FE7 is #56F018. Grayscale: #545454. Windows color (decimal): -5697561 or 15142825. OLE color: 15142825.

HSL color Cylindrical-coordinate representation of color #A90FE7: hue angle of 282.78º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90FE7 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16915231-
CMYK0.270.9400.09
HSL282.78º87.8%48.24%-
HSV(B)282.78º93.51%90.59%-
XYZ30.9614.5576.78-
YUV85.67210.02187.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 15 (6.25% from 255) = 3.61%
BLUE value IS 231 (90.62% from 255) = 55.66%
R=40.72%
G=3.61%
B=55.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal169152310.270.9400.09282.7887.848.24
HexA9FE71B5E0911b5830
Octal251173473313601143313060
Binary10101001111111100111110111011110010011000110111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90FE7; }

 p { color: rgb(169,15,231); }

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

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

 a { background-color: rgb(169,15,231); }

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

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

 span { border-color: rgb(169,15,231); }

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