Html Css Color HEX #A90FEE Electric Purple

📋 copy color: '#A90FEE'

red 169 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #A90FEE

Tints of Electric Purple #A90FEE

RGB

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

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

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

R = 40.05%
G = 3.55%
B = 56.4%

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

#A90FEE (or 0xA90FEE) is known color: Electric Purple. HEX triplet: A9, 0F and EE. RGB value is (169,15,238). Sum of RGB (Red+Green+Blue) = 169+15+238=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #A90FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FEE is #56F011. Grayscale: #555555. Windows color (decimal): -5697554 or 15601577. OLE color: 15601577.

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

Color convert

RGB 169 15 238 -
CMYK 0.29 0.94 0 0.07
HSL 281.44º 0.88% 0.5% -
HSV(B) 281.44º 0.94% 0.93% -
XYZ 31.97 14.95 82.09 -
YUV 86.47 213.52 186.87 -
System Red Green Blue C M Y K H S L
Decimal 169 15 238 0.29 0.94 0 0.07 281.44 0.88 0.5
Hex A9 F EE 1D 5E 0 7 119 58 32
Octal 251 17 356 35 136 0 7 431 130 62
Binary 10101001 1111 11101110 11101 1011110 0 111 100011001 1011000 110010

Color Harmonies of #A90FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FEE

Black with #A90FEE

Text Example


Text Example

White with #A90FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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