Html Css Color HEX #A90EEE Electric Purple

📋 copy color: '#A90EEE'

red 169 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #A90EEE

Tints of Electric Purple #A90EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.53%

R = 40.14%
G = 3.33%
B = 56.53%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A90EEE (or 0xA90EEE) is known color: Electric Purple. HEX triplet: A9, 0E and EE. RGB value is (169,14,238). Sum of RGB (Red+Green+Blue) = 169+14+238=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #A90EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90EEE is #56F111. Grayscale: #555555. Windows color (decimal): -5697810 or 15601321. OLE color: 15601321.

HSL color Cylindrical-coordinate representation of color #A90EEE: hue angle of 281.52º 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 #A90EEE is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 14 238 -
CMYK 0.29 0.94 0 0.07
HSL 281.52º 0.89% 0.49% -
HSV(B) 281.52º 0.94% 0.93% -
XYZ 31.95 14.92 82.09 -
YUV 85.88 213.85 187.29 -
System Red Green Blue C M Y K H S L
Decimal 169 14 238 0.29 0.94 0 0.07 281.52 0.89 0.49
Hex A9 E EE 1D 5E 0 7 11A 59 31
Octal 251 16 356 35 136 0 7 432 131 61
Binary 10101001 1110 11101110 11101 1011110 0 111 100011010 1011001 110001

Color Harmonies of #A90EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EEE

Black with #A90EEE

Text Example


Text Example

White with #A90EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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