Html Css Color HEX #A90BFE Electric Purple

📋 copy color: '#A90BFE'

red 169 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #A90BFE

Tints of Electric Purple #A90BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 38.94%
G = 2.53%
B = 58.53%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A90BFE (or 0xA90BFE) is known color: Electric Purple. HEX triplet: A9, 0B and FE. RGB value is (169,11,254). Sum of RGB (Red+Green+Blue) = 169+11+254=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #A90BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90BFE is #56F401. Grayscale: #555555. Windows color (decimal): -5698562 or 16649129. OLE color: 16649129.

HSL color Cylindrical-coordinate representation of color #A90BFE: hue angle of 279.01º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90BFE is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 11 254 -
CMYK 0.33 0.96 0 0.00
HSL 279.01º 0.99% 0.52% -
HSV(B) 279.01º 0.96% 1% -
XYZ 34.37 15.83 95.01 -
YUV 85.94 222.85 187.24 -
System Red Green Blue C M Y K H S L
Decimal 169 11 254 0.33 0.96 0 0.00 279.01 0.99 0.52
Hex A9 B FE 21 60 0 0 117 63 34
Octal 251 13 376 41 140 0 0 427 143 64
Binary 10101001 1011 11111110 100001 1100000 0 0 100010111 1100011 110100

Color Harmonies of #A90BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90BFE

Black with #A90BFE

Text Example


Text Example

White with #A90BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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