Html Css Color HEX #A90BEC Electric Purple

📋 copy color: '#A90BEC'

red 169 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #A90BEC

Tints of Electric Purple #A90BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.73%

R = 40.63%
G = 2.64%
B = 56.73%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A90BEC (or 0xA90BEC) is known color: Electric Purple. HEX triplet: A9, 0B and EC. RGB value is (169,11,236). Sum of RGB (Red+Green+Blue) = 169+11+236=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #A90BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90BEC is #56F413. Grayscale: #535353. Windows color (decimal): -5698580 or 15469481. OLE color: 15469481.

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

Color convert

RGB 169 11 236 -
CMYK 0.28 0.95 0 0.07
HSL 282.13º 0.91% 0.48% -
HSV(B) 282.13º 0.95% 0.93% -
XYZ 31.62 14.73 80.53 -
YUV 83.89 213.85 188.7 -
System Red Green Blue C M Y K H S L
Decimal 169 11 236 0.28 0.95 0 0.07 282.13 0.91 0.48
Hex A9 B EC 1C 5F 0 7 11A 5B 30
Octal 251 13 354 34 137 0 7 432 133 60
Binary 10101001 1011 11101100 11100 1011111 0 111 100011010 1011011 110000

Color Harmonies of #A90BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90BEC

Black with #A90BEC

Text Example


Text Example

White with #A90BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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