Html Css Color HEX #A90FEA Electric Purple

📋 copy color: '#A90FEA'

red 169 ◦ green 15 ◦ blue 234

#A90FEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #A90FEA

Tints of Electric Purple #A90FEA

RGB

 RED value IS 169 (66.41% from 255) = 40.43%

 GREEN value IS 15 (6.25% from 255) = 3.59%

 BLUE value IS 234 (91.8% from 255) = 55.98%

R = 40.43%
G = 3.59%
B = 55.98%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A90FEA (or 0xA90FEA) is known color: Electric Purple. HEX triplet: A9, 0F and EA. RGB value is (169,15,234). Sum of RGB (Red+Green+Blue) = 169+15+234=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #A90FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FEA is #56F015. Grayscale: #555555. Windows color (decimal): -5697558 or 15339433. OLE color: 15339433.

HSL color Cylindrical-coordinate representation of color #A90FEA: hue angle of 282.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90FEA is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 15 234 -
CMYK 0.28 0.94 0 0.08
HSL 282.19º 0.88% 0.49% -
HSV(B) 282.19º 0.94% 0.92% -
XYZ 31.38 14.72 79.03 -
YUV 86.01 211.52 187.19 -
System Red Green Blue C M Y K H S L
Decimal 169 15 234 0.28 0.94 0 0.08 282.19 0.88 0.49
Hex A9 F EA 1C 5E 0 8 11A 58 31
Octal 251 17 352 34 136 0 10 432 130 61
Binary 10101001 1111 11101010 11100 1011110 0 1000 100011010 1011000 110001

Color Harmonies of #A90FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FEA

Black with #A90FEA

Text Example


Text Example

White with #A90FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FEA; }

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

 H1.HeaderClassName
 {
   color: #A90FEA;
 }
 .AnyTagClassName
 {
   color: #A90FEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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