Html Css Color HEX #A90BFF Electric Purple

📋 copy color: '#A90BFF'

red 169 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #A90BFF

Tints of Electric Purple #A90BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.62%

R = 38.85%
G = 2.53%
B = 58.62%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A90BFF (or 0xA90BFF) is known color: Electric Purple. HEX triplet: A9, 0B and FF. RGB value is (169,11,255). Sum of RGB (Red+Green+Blue) = 169+11+255=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A90BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90BFF is #56F400. Grayscale: #555555. Windows color (decimal): -5698561 or 16714665. OLE color: 16714665.

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

Color convert

RGB 169 11 255 -
CMYK 0.34 0.96 0 0
HSL 278.85º 1% 0.52% -
HSV(B) 278.85º 0.96% 1% -
XYZ 34.53 15.89 95.86 -
YUV 86.06 223.35 187.16 -
System Red Green Blue C M Y K H S L
Decimal 169 11 255 0.34 0.96 0 0 278.85 1 0.52
Hex A9 B FF 22 60 0 0 117 64 34
Octal 251 13 377 42 140 0 0 427 144 64
Binary 10101001 1011 11111111 100010 1100000 0 0 100010111 1100100 110100

Color Harmonies of #A90BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90BFF

Black with #A90BFF

Text Example


Text Example

White with #A90BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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