Html Css Color HEX #A90DF9 Electric Purple

📋 copy color: '#A90DF9'

red 169 ◦ green 13 ◦ blue 249

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

Shades of Electric Purple #A90DF9

Tints of Electric Purple #A90DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.02%

 BLUE value IS 249 (97.66% from 255) = 57.77%

R = 39.21%
G = 3.02%
B = 57.77%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A90DF9 (or 0xA90DF9) is known color: Electric Purple. HEX triplet: A9, 0D and F9. RGB value is (169,13,249). Sum of RGB (Red+Green+Blue) = 169+13+249=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #A90DF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90DF9 is #56F206. Grayscale: #555555. Windows color (decimal): -5698055 or 16321961. OLE color: 16321961.

HSL color Cylindrical-coordinate representation of color #A90DF9: hue angle of 279.66º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90DF9 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 13 249 -
CMYK 0.32 0.95 0 0.02
HSL 279.66º 0.95% 0.51% -
HSV(B) 279.66º 0.95% 0.98% -
XYZ 33.61 15.56 90.86 -
YUV 86.55 219.68 186.81 -
System Red Green Blue C M Y K H S L
Decimal 169 13 249 0.32 0.95 0 0.02 279.66 0.95 0.51
Hex A9 D F9 20 5F 0 2 118 5F 33
Octal 251 15 371 40 137 0 2 430 137 63
Binary 10101001 1101 11111001 100000 1011111 0 10 100011000 1011111 110011

Color Harmonies of #A90DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DF9

Black with #A90DF9

Text Example


Text Example

White with #A90DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DF9; }

 p { color: rgb(169,13,249); }

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

background-color css

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

 a { background-color: rgb(169,13,249); }

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

border-color css

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

 span { border-color: rgb(169,13,249); }

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