Html Css Color HEX #A91FFC Electric Purple

📋 copy color: '#A91FFC'

red 169 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #A91FFC

Tints of Electric Purple #A91FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 37.39%
G = 6.86%
B = 55.75%

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

#A91FFC (or 0xA91FFC) is known color: Electric Purple. HEX triplet: A9, 1F and FC. RGB value is (169,31,252). Sum of RGB (Red+Green+Blue) = 169+31+252=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #A91FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91FFC is #56E003. Grayscale: #606060. Windows color (decimal): -5693444 or 16523177. OLE color: 16523177.

HSL color Cylindrical-coordinate representation of color #A91FFC: hue angle of 277.47º degrees, saturation: 0.97, 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 #A91FFC is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 31 252 -
CMYK 0.33 0.88 0 0.01
HSL 277.47º 0.97% 0.55% -
HSV(B) 277.47º 0.88% 0.99% -
XYZ 34.42 16.44 93.46 -
YUV 97.46 215.22 179.03 -
System Red Green Blue C M Y K H S L
Decimal 169 31 252 0.33 0.88 0 0.01 277.47 0.97 0.55
Hex A9 1F FC 21 58 0 1 115 61 37
Octal 251 37 374 41 130 0 1 425 141 67
Binary 10101001 11111 11111100 100001 1011000 0 1 100010101 1100001 110111

Color Harmonies of #A91FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91FFC

Black with #A91FFC

Text Example


Text Example

White with #A91FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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