Html Css Color HEX #A71CFD Electric Purple

📋 copy color: '#A71CFD'

red 167 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #A71CFD

Tints of Electric Purple #A71CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.47%

R = 37.28%
G = 6.25%
B = 56.47%

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

#A71CFD (or 0xA71CFD) is known color: Electric Purple. HEX triplet: A7, 1C and FD. RGB value is (167,28,253). Sum of RGB (Red+Green+Blue) = 167+28+253=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #A71CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CFD is #58E302. Grayscale: #5E5E5E. Windows color (decimal): -5825283 or 16587943. OLE color: 16587943.

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

Color convert

RGB 167 28 253 -
CMYK 0.34 0.89 0 0.01
HSL 277.07º 0.98% 0.55% -
HSV(B) 277.07º 0.89% 0.99% -
XYZ 34.08 16.14 94.25 -
YUV 95.21 217.05 179.2 -
System Red Green Blue C M Y K H S L
Decimal 167 28 253 0.34 0.89 0 0.01 277.07 0.98 0.55
Hex A7 1C FD 22 59 0 1 115 62 37
Octal 247 34 375 42 131 0 1 425 142 67
Binary 10100111 11100 11111101 100010 1011001 0 1 100010101 1100010 110111

Color Harmonies of #A71CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71CFD

Black with #A71CFD

Text Example


Text Example

White with #A71CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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