Html Css Color HEX #A90BEE Electric Purple

📋 copy color: '#A90BEE'

red 169 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #A90BEE

Tints of Electric Purple #A90BEE

RGB

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

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

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

R = 40.43%
G = 2.63%
B = 56.94%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A90BEE (or 0xA90BEE) is known color: Electric Purple. HEX triplet: A9, 0B and EE. RGB value is (169,11,238). Sum of RGB (Red+Green+Blue) = 169+11+238=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #A90BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90BEE is #56F411. Grayscale: #535353. Windows color (decimal): -5698578 or 15600553. OLE color: 15600553.

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

Color convert

RGB 169 11 238 -
CMYK 0.29 0.95 0 0.07
HSL 281.76º 0.91% 0.49% -
HSV(B) 281.76º 0.95% 0.93% -
XYZ 31.91 14.85 82.07 -
YUV 84.12 214.85 188.54 -
System Red Green Blue C M Y K H S L
Decimal 169 11 238 0.29 0.95 0 0.07 281.76 0.91 0.49
Hex A9 B EE 1D 5F 0 7 11A 5B 31
Octal 251 13 356 35 137 0 7 432 133 61
Binary 10101001 1011 11101110 11101 1011111 0 111 100011010 1011011 110001

Color Harmonies of #A90BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90BEE

Black with #A90BEE

Text Example


Text Example

White with #A90BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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