Html Css Color HEX #A700FE Electric Purple

📋 copy color: '#A700FE'

red 167 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #A700FE

Tints of Electric Purple #A700FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 254 (99.61% from 255) = 60.33%

R = 39.67%
G = 0%
B = 60.33%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A700FE (or 0xA700FE) is known color: Electric Purple. HEX triplet: A7, 00 and FE. RGB value is (167,0,254). Sum of RGB (Red+Green+Blue) = 167+0+254=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #A700FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A700FE is #58FF01. Grayscale: #4E4E4E. Windows color (decimal): -5832450 or 16646311. OLE color: 16646311.

HSL color Cylindrical-coordinate representation of color #A700FE: hue angle of 279.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700FE is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 0 254 -
CMYK 0.34 1 0 0.00
HSL 279.45º 1% 0.5% -
HSV(B) 279.45º 1% 1% -
XYZ 33.83 15.37 94.95 -
YUV 78.89 226.83 190.85 -
System Red Green Blue C M Y K H S L
Decimal 167 0 254 0.34 1 0 0.00 279.45 1 0.5
Hex A7 0 FE 22 64 0 0 117 64 32
Octal 247 0 376 42 144 0 0 427 144 62
Binary 10100111 0 11111110 100010 1100100 0 0 100010111 1100100 110010

Color Harmonies of #A700FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700FE

Black with #A700FE

Text Example


Text Example

White with #A700FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700FE; }

 p { color: rgb(167,0,254); }

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

background-color css

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

 a { background-color: rgb(167,0,254); }

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

border-color css

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

 span { border-color: rgb(167,0,254); }

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