Html Css Color HEX #A91CFB Electric Purple

📋 copy color: '#A91CFB'

red 169 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #A91CFB

Tints of Electric Purple #A91CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 37.72%
G = 6.25%
B = 56.03%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A91CFB (or 0xA91CFB) is known color: Electric Purple. HEX triplet: A9, 1C and FB. RGB value is (169,28,251). Sum of RGB (Red+Green+Blue) = 169+28+251=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #A91CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CFB is #56E304. Grayscale: #5E5E5E. Windows color (decimal): -5694213 or 16456873. OLE color: 16456873.

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

Color convert

RGB 169 28 251 -
CMYK 0.33 0.89 0 0.02
HSL 277.94º 0.97% 0.55% -
HSV(B) 277.94º 0.89% 0.98% -
XYZ 34.19 16.23 92.6 -
YUV 95.58 215.71 180.37 -
System Red Green Blue C M Y K H S L
Decimal 169 28 251 0.33 0.89 0 0.02 277.94 0.97 0.55
Hex A9 1C FB 21 59 0 2 116 61 37
Octal 251 34 373 41 131 0 2 426 141 67
Binary 10101001 11100 11111011 100001 1011001 0 10 100010110 1100001 110111

Color Harmonies of #A91CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CFB

Black with #A91CFB

Text Example


Text Example

White with #A91CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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