Html Css Color HEX #A71BFC Electric Purple

📋 copy color: '#A71BFC'

red 167 ◦ green 27 ◦ blue 252

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

Shades of Electric Purple #A71BFC

Tints of Electric Purple #A71BFC

RGB

 RED value IS 167 (65.63% from 255) = 37.44%

 GREEN value IS 27 (10.94% from 255) = 6.05%

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

R = 37.44%
G = 6.05%
B = 56.5%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A71BFC (or 0xA71BFC) is known color: Electric Purple. HEX triplet: A7, 1B and FC. RGB value is (167,27,252). Sum of RGB (Red+Green+Blue) = 167+27+252=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #A71BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71BFC is #58E403. Grayscale: #5D5D5D. Windows color (decimal): -5825540 or 16522151. OLE color: 16522151.

HSL color Cylindrical-coordinate representation of color #A71BFC: hue angle of 277.33º 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 #A71BFC is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 27 252 -
CMYK 0.34 0.89 0 0.01
HSL 277.33º 0.97% 0.55% -
HSV(B) 277.33º 0.89% 0.99% -
XYZ 33.9 16.03 93.4 -
YUV 94.51 216.88 179.7 -
System Red Green Blue C M Y K H S L
Decimal 167 27 252 0.34 0.89 0 0.01 277.33 0.97 0.55
Hex A7 1B FC 22 59 0 1 115 61 37
Octal 247 33 374 42 131 0 1 425 141 67
Binary 10100111 11011 11111100 100010 1011001 0 1 100010101 1100001 110111

Color Harmonies of #A71BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BFC

Black with #A71BFC

Text Example


Text Example

White with #A71BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BFC; }

 p { color: rgb(167,27,252); }

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

background-color css

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

 a { background-color: rgb(167,27,252); }

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

border-color css

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

 span { border-color: rgb(167,27,252); }

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