Html Css Color HEX #A91AFD Electric Purple

📋 copy color: '#A91AFD'

red 169 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #A91AFD

Tints of Electric Purple #A91AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.8%

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

R = 37.72%
G = 5.8%
B = 56.47%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A91AFD (or 0xA91AFD) is known color: Electric Purple. HEX triplet: A9, 1A and FD. RGB value is (169,26,253). Sum of RGB (Red+Green+Blue) = 169+26+253=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #A91AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91AFD is #56E502. Grayscale: #5D5D5D. Windows color (decimal): -5694723 or 16587433. OLE color: 16587433.

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

Color convert

RGB 169 26 253 -
CMYK 0.33 0.90 0 0.01
HSL 277.8º 0.98% 0.55% -
HSV(B) 277.8º 0.9% 0.99% -
XYZ 34.46 16.27 94.25 -
YUV 94.64 217.38 181.04 -
System Red Green Blue C M Y K H S L
Decimal 169 26 253 0.33 0.90 0 0.01 277.8 0.98 0.55
Hex A9 1A FD 21 5A 0 1 116 62 37
Octal 251 32 375 41 132 0 1 426 142 67
Binary 10101001 11010 11111101 100001 1011010 0 1 100010110 1100010 110111

Color Harmonies of #A91AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AFD

Black with #A91AFD

Text Example


Text Example

White with #A91AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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