#a90af2

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

Shades of Electric Purple #A90AF2

Tints of Electric Purple #A90AF2

Color information

#A90AF2 (or 0xA90AF2) is unknown color: approx Electric Purple. HEX triplet: A9, 0A and F2. RGB value is (169,10,242). Sum of RGB (Red+Green+Blue) = 169+10+242=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #A90AF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90AF2 is #56F50D. Grayscale: #535353. Windows color (decimal): -5698830 or 15862441. OLE color: 15862441.

HSL color Cylindrical-coordinate representation of color #A90AF2: hue angle of 281.12º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90AF2 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16910242-
CMYK0.300.9600.05
HSL281.12º92.06%49.41%-
HSV(B)281.12º95.87%94.9%-
XYZ32.515.0685.2-
YUV83.99217.18188.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 10 (4.30% from 255) = 2.38%
BLUE value IS 242 (94.92% from 255) = 57.48%
R=40.14%
G=2.38%
B=57.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal169102420.300.9600.05281.1292.0649.41
HexA9AF21E60051195c31
Octal25112362361400543113461
Binary1010100110101111001011110110000001011000110011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a90af2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a90af2; }

 p { color: rgb(169,10,242); }

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

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

 a { background-color: rgb(169,10,242); }

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

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

 span { border-color: rgb(169,10,242); }

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