Html Css Color HEX #A90FF5 Electric Purple

📋 copy color: '#A90FF5'

red 169 ◦ green 15 ◦ blue 245

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

Shades of Electric Purple #A90FF5

Tints of Electric Purple #A90FF5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.5%

 BLUE value IS 245 (96.09% from 255) = 57.11%

R = 39.39%
G = 3.5%
B = 57.11%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A90FF5 (or 0xA90FF5) is known color: Electric Purple. HEX triplet: A9, 0F and F5. RGB value is (169,15,245). Sum of RGB (Red+Green+Blue) = 169+15+245=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #A90FF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FF5 is #56F00A. Grayscale: #565656. Windows color (decimal): -5697547 or 16060329. OLE color: 16060329.

HSL color Cylindrical-coordinate representation of color #A90FF5: hue angle of 280.17º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90FF5 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 15 245 -
CMYK 0.31 0.94 0 0.04
HSL 280.17º 0.92% 0.51% -
HSV(B) 280.17º 0.94% 0.96% -
XYZ 33.01 15.37 87.61 -
YUV 87.27 217.02 186.3 -
System Red Green Blue C M Y K H S L
Decimal 169 15 245 0.31 0.94 0 0.04 280.17 0.92 0.51
Hex A9 F F5 1F 5E 0 4 118 5C 33
Octal 251 17 365 37 136 0 4 430 134 63
Binary 10101001 1111 11110101 11111 1011110 0 100 100011000 1011100 110011

Color Harmonies of #A90FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FF5

Black with #A90FF5

Text Example


Text Example

White with #A90FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FF5; }

 p { color: rgb(169,15,245); }

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

background-color css

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

 a { background-color: rgb(169,15,245); }

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

border-color css

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

 span { border-color: rgb(169,15,245); }

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