Html Css Color HEX #A90EFD Electric Purple

📋 copy color: '#A90EFD'

red 169 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #A90EFD

Tints of Electric Purple #A90EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.21%

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 38.76%
G = 3.21%
B = 58.03%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A90EFD (or 0xA90EFD) is known color: Electric Purple. HEX triplet: A9, 0E and FD. RGB value is (169,14,253). Sum of RGB (Red+Green+Blue) = 169+14+253=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #A90EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90EFD is #56F102. Grayscale: #565656. Windows color (decimal): -5697795 or 16584361. OLE color: 16584361.

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

Color convert

RGB 169 14 253 -
CMYK 0.33 0.94 0 0.01
HSL 278.91º 0.98% 0.52% -
HSV(B) 278.91º 0.94% 0.99% -
XYZ 34.25 15.84 94.18 -
YUV 87.59 221.35 186.07 -
System Red Green Blue C M Y K H S L
Decimal 169 14 253 0.33 0.94 0 0.01 278.91 0.98 0.52
Hex A9 E FD 21 5E 0 1 117 62 34
Octal 251 16 375 41 136 0 1 427 142 64
Binary 10101001 1110 11111101 100001 1011110 0 1 100010111 1100010 110100

Color Harmonies of #A90EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EFD

Black with #A90EFD

Text Example


Text Example

White with #A90EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EFD; }

 p { color: rgb(169,14,253); }

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

background-color css

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

 a { background-color: rgb(169,14,253); }

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

border-color css

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

 span { border-color: rgb(169,14,253); }

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