Html Css Color HEX #A91EFD Electric Purple

📋 copy color: '#A91EFD'

red 169 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #A91EFD

Tints of Electric Purple #A91EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.64%

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

R = 37.39%
G = 6.64%
B = 55.97%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A91EFD (or 0xA91EFD) is known color: Electric Purple. HEX triplet: A9, 1E and FD. RGB value is (169,30,253). Sum of RGB (Red+Green+Blue) = 169+30+253=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #A91EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91EFD is #56E102. Grayscale: #606060. Windows color (decimal): -5693699 or 16588457. OLE color: 16588457.

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

Color convert

RGB 169 30 253 -
CMYK 0.33 0.88 0 0.01
HSL 277.4º 0.98% 0.55% -
HSV(B) 277.4º 0.88% 0.99% -
XYZ 34.56 16.46 94.28 -
YUV 96.98 216.05 179.37 -
System Red Green Blue C M Y K H S L
Decimal 169 30 253 0.33 0.88 0 0.01 277.4 0.98 0.55
Hex A9 1E FD 21 58 0 1 115 62 37
Octal 251 36 375 41 130 0 1 425 142 67
Binary 10101001 11110 11111101 100001 1011000 0 1 100010101 1100010 110111

Color Harmonies of #A91EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91EFD

Black with #A91EFD

Text Example


Text Example

White with #A91EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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