#a90fef

Color #A90FEF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #A90FEF

Tints of Electric Purple #A90FEF

Color information

#A90FEF (or 0xA90FEF) is unknown color: approx Electric Purple. HEX triplet: A9, 0F and EF. RGB value is (169,15,239). Sum of RGB (Red+Green+Blue) = 169+15+239=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #A90FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FEF is #56F010. Grayscale: #555555. Windows color (decimal): -5697553 or 15667113. OLE color: 15667113.

HSL color Cylindrical-coordinate representation of color #A90FEF: hue angle of 281.25º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90FEF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16915239-
CMYK0.290.9400.06
HSL281.25º88.19%49.8%-
HSV(B)281.25º93.72%93.73%-
XYZ32.1115.0182.87-
YUV86.58214.02186.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 15 (6.25% from 255) = 3.55%
BLUE value IS 239 (93.75% from 255) = 56.50%
R=39.95%
G=3.55%
B=56.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal169152390.290.9400.06281.2588.1949.8
HexA9FEF1D5E061195832
Octal25117357351360643113062
Binary1010100111111110111111101101111001101000110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a90fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a90fef; }

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

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

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

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

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

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

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

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