Html Css Color HEX #A90DFD Electric Purple

📋 copy color: '#A90DFD'

red 169 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #A90DFD

Tints of Electric Purple #A90DFD

RGB

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

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

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

R = 38.85%
G = 2.99%
B = 58.16%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A90DFD (or 0xA90DFD) is known color: Electric Purple. HEX triplet: A9, 0D and FD. RGB value is (169,13,253). Sum of RGB (Red+Green+Blue) = 169+13+253=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #A90DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90DFD is #56F202. Grayscale: #565656. Windows color (decimal): -5698051 or 16584105. OLE color: 16584105.

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

Color convert

RGB 169 13 253 -
CMYK 0.33 0.95 0 0.01
HSL 279º 0.98% 0.52% -
HSV(B) 279º 0.95% 0.99% -
XYZ 34.24 15.81 94.18 -
YUV 87 221.68 186.49 -
System Red Green Blue C M Y K H S L
Decimal 169 13 253 0.33 0.95 0 0.01 279 0.98 0.52
Hex A9 D FD 21 5F 0 1 117 62 34
Octal 251 15 375 41 137 0 1 427 142 64
Binary 10101001 1101 11111101 100001 1011111 0 1 100010111 1100010 110100

Color Harmonies of #A90DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DFD

Black with #A90DFD

Text Example


Text Example

White with #A90DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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