Html Css Color HEX #A90AED Electric Purple

📋 copy color: '#A90AED'

red 169 ◦ green 10 ◦ blue 237

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

Shades of Electric Purple #A90AED

Tints of Electric Purple #A90AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.4%

 BLUE value IS 237 (92.97% from 255) = 56.97%

R = 40.63%
G = 2.4%
B = 56.97%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A90AED (or 0xA90AED) is known color: Electric Purple. HEX triplet: A9, 0A and ED. RGB value is (169,10,237). Sum of RGB (Red+Green+Blue) = 169+10+237=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #A90AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90AED is #56F512. Grayscale: #525252. Windows color (decimal): -5698835 or 15534761. OLE color: 15534761.

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

Color convert

RGB 169 10 237 -
CMYK 0.29 0.96 0 0.07
HSL 282.03º 0.92% 0.48% -
HSV(B) 282.03º 0.96% 0.93% -
XYZ 31.76 14.77 81.3 -
YUV 83.42 214.68 189.04 -
System Red Green Blue C M Y K H S L
Decimal 169 10 237 0.29 0.96 0 0.07 282.03 0.92 0.48
Hex A9 A ED 1D 60 0 7 11A 5C 30
Octal 251 12 355 35 140 0 7 432 134 60
Binary 10101001 1010 11101101 11101 1100000 0 111 100011010 1011100 110000

Color Harmonies of #A90AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90AED

Black with #A90AED

Text Example


Text Example

White with #A90AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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