Html Css Color HEX #A90BEA Electric Purple

📋 copy color: '#A90BEA'

red 169 ◦ green 11 ◦ blue 234

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

Shades of Electric Purple #A90BEA

Tints of Electric Purple #A90BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.66%

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

R = 40.82%
G = 2.66%
B = 56.52%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A90BEA (or 0xA90BEA) is known color: Electric Purple. HEX triplet: A9, 0B and EA. RGB value is (169,11,234). Sum of RGB (Red+Green+Blue) = 169+11+234=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #A90BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90BEA is #56F415. Grayscale: #525252. Windows color (decimal): -5698582 or 15338409. OLE color: 15338409.

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

Color convert

RGB 169 11 234 -
CMYK 0.28 0.95 0 0.08
HSL 282.51º 0.91% 0.48% -
HSV(B) 282.51º 0.95% 0.92% -
XYZ 31.33 14.61 79.01 -
YUV 83.66 212.85 188.87 -
System Red Green Blue C M Y K H S L
Decimal 169 11 234 0.28 0.95 0 0.08 282.51 0.91 0.48
Hex A9 B EA 1C 5F 0 8 11B 5B 30
Octal 251 13 352 34 137 0 10 433 133 60
Binary 10101001 1011 11101010 11100 1011111 0 1000 100011011 1011011 110000

Color Harmonies of #A90BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90BEA

Black with #A90BEA

Text Example


Text Example

White with #A90BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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