Html Css Color HEX #A90EEC Electric Purple

📋 copy color: '#A90EEC'

red 169 ◦ green 14 ◦ blue 236

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

Shades of Electric Purple #A90EEC

Tints of Electric Purple #A90EEC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.34%

 BLUE value IS 236 (92.58% from 255) = 56.32%

R = 40.33%
G = 3.34%
B = 56.32%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A90EEC (or 0xA90EEC) is known color: Electric Purple. HEX triplet: A9, 0E and EC. RGB value is (169,14,236). Sum of RGB (Red+Green+Blue) = 169+14+236=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #A90EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90EEC is #56F113. Grayscale: #545454. Windows color (decimal): -5697812 or 15470249. OLE color: 15470249.

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

Color convert

RGB 169 14 236 -
CMYK 0.28 0.94 0 0.07
HSL 281.89º 0.89% 0.49% -
HSV(B) 281.89º 0.94% 0.93% -
XYZ 31.66 14.81 80.55 -
YUV 85.65 212.85 187.45 -
System Red Green Blue C M Y K H S L
Decimal 169 14 236 0.28 0.94 0 0.07 281.89 0.89 0.49
Hex A9 E EC 1C 5E 0 7 11A 59 31
Octal 251 16 354 34 136 0 7 432 131 61
Binary 10101001 1110 11101100 11100 1011110 0 111 100011010 1011001 110001

Color Harmonies of #A90EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EEC

Black with #A90EEC

Text Example


Text Example

White with #A90EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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