Html Css Color HEX #A71CFC Electric Purple

📋 copy color: '#A71CFC'

red 167 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #A71CFC

Tints of Electric Purple #A71CFC

RGB

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

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

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

R = 37.36%
G = 6.26%
B = 56.38%

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

#A71CFC (or 0xA71CFC) is known color: Electric Purple. HEX triplet: A7, 1C and FC. RGB value is (167,28,252). Sum of RGB (Red+Green+Blue) = 167+28+252=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #A71CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CFC is #58E303. Grayscale: #5E5E5E. Windows color (decimal): -5825284 or 16522407. OLE color: 16522407.

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

Color convert

RGB 167 28 252 -
CMYK 0.34 0.89 0 0.01
HSL 277.23º 0.97% 0.55% -
HSV(B) 277.23º 0.89% 0.99% -
XYZ 33.92 16.07 93.41 -
YUV 95.1 216.55 179.29 -
System Red Green Blue C M Y K H S L
Decimal 167 28 252 0.34 0.89 0 0.01 277.23 0.97 0.55
Hex A7 1C FC 22 59 0 1 115 61 37
Octal 247 34 374 42 131 0 1 425 141 67
Binary 10100111 11100 11111100 100010 1011001 0 1 100010101 1100001 110111

Color Harmonies of #A71CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71CFC

Black with #A71CFC

Text Example


Text Example

White with #A71CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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