Html Css Color HEX #A700FA Electric Purple

📋 copy color: '#A700FA'

red 167 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #A700FA

Tints of Electric Purple #A700FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.95%

R = 40.05%
G = 0%
B = 59.95%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A700FA (or 0xA700FA) is known color: Electric Purple. HEX triplet: A7, 00 and FA. RGB value is (167,0,250). Sum of RGB (Red+Green+Blue) = 167+0+250=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #A700FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A700FA is #58FF05. Grayscale: #4D4D4D. Windows color (decimal): -5832454 or 16384167. OLE color: 16384167.

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

Color convert

RGB 167 0 250 -
CMYK 0.33 1 0 0.02
HSL 280.08º 1% 0.49% -
HSV(B) 280.08º 1% 0.98% -
XYZ 33.19 15.12 91.61 -
YUV 78.43 224.83 191.17 -
System Red Green Blue C M Y K H S L
Decimal 167 0 250 0.33 1 0 0.02 280.08 1 0.49
Hex A7 0 FA 21 64 0 2 118 64 31
Octal 247 0 372 41 144 0 2 430 144 61
Binary 10100111 0 11111010 100001 1100100 0 10 100011000 1100100 110001

Color Harmonies of #A700FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700FA

Black with #A700FA

Text Example


Text Example

White with #A700FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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