Html Css Color HEX #A91FFD Electric Purple

📋 copy color: '#A91FFD'

red 169 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #A91FFD

Tints of Electric Purple #A91FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.84%

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

R = 37.31%
G = 6.84%
B = 55.85%

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

#A91FFD (or 0xA91FFD) is known color: Electric Purple. HEX triplet: A9, 1F and FD. RGB value is (169,31,253). Sum of RGB (Red+Green+Blue) = 169+31+253=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #A91FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91FFD is #56E002. Grayscale: #606060. Windows color (decimal): -5693443 or 16588713. OLE color: 16588713.

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

Color convert

RGB 169 31 253 -
CMYK 0.33 0.88 0 0.01
HSL 277.3º 0.98% 0.56% -
HSV(B) 277.3º 0.88% 0.99% -
XYZ 34.58 16.51 94.29 -
YUV 97.57 215.72 178.95 -
System Red Green Blue C M Y K H S L
Decimal 169 31 253 0.33 0.88 0 0.01 277.3 0.98 0.56
Hex A9 1F FD 21 58 0 1 115 62 38
Octal 251 37 375 41 130 0 1 425 142 70
Binary 10101001 11111 11111101 100001 1011000 0 1 100010101 1100010 111000

Color Harmonies of #A91FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91FFD

Black with #A91FFD

Text Example


Text Example

White with #A91FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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