Html Css Color HEX #A91CFC Electric Purple

📋 copy color: '#A91CFC'

red 169 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #A91CFC

Tints of Electric Purple #A91CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.24%

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

R = 37.64%
G = 6.24%
B = 56.12%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A91CFC (or 0xA91CFC) is known color: Electric Purple. HEX triplet: A9, 1C and FC. RGB value is (169,28,252). Sum of RGB (Red+Green+Blue) = 169+28+252=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #A91CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CFC is #56E303. Grayscale: #5E5E5E. Windows color (decimal): -5694212 or 16522409. OLE color: 16522409.

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

Color convert

RGB 169 28 252 -
CMYK 0.33 0.89 0 0.01
HSL 277.77º 0.97% 0.55% -
HSV(B) 277.77º 0.89% 0.99% -
XYZ 34.35 16.29 93.43 -
YUV 95.7 216.21 180.29 -
System Red Green Blue C M Y K H S L
Decimal 169 28 252 0.33 0.89 0 0.01 277.77 0.97 0.55
Hex A9 1C FC 21 59 0 1 116 61 37
Octal 251 34 374 41 131 0 1 426 141 67
Binary 10101001 11100 11111100 100001 1011001 0 1 100010110 1100001 110111

Color Harmonies of #A91CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CFC

Black with #A91CFC

Text Example


Text Example

White with #A91CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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