Html Css Color HEX #A707FF Electric Purple

📋 copy color: '#A707FF'

red 167 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #A707FF

Tints of Electric Purple #A707FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.63%

 BLUE value IS 255 (100% from 255) = 59.44%

R = 38.93%
G = 1.63%
B = 59.44%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A707FF (or 0xA707FF) is known color: Electric Purple. HEX triplet: A7, 07 and FF. RGB value is (167,7,255). Sum of RGB (Red+Green+Blue) = 167+7+255=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #A707FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A707FF is #58F800. Grayscale: #525252. Windows color (decimal): -5830657 or 16713639. OLE color: 16713639.

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

Color convert

RGB 167 7 255 -
CMYK 0.35 0.97 0 0
HSL 278.71º 1% 0.51% -
HSV(B) 278.71º 0.97% 1% -
XYZ 34.06 15.59 95.82 -
YUV 83.11 225.01 187.83 -
System Red Green Blue C M Y K H S L
Decimal 167 7 255 0.35 0.97 0 0 278.71 1 0.51
Hex A7 7 FF 23 61 0 0 117 64 33
Octal 247 7 377 43 141 0 0 427 144 63
Binary 10100111 111 11111111 100011 1100001 0 0 100010111 1100100 110011

Color Harmonies of #A707FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A707FF

Black with #A707FF

Text Example


Text Example

White with #A707FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A707FF; }

 p { color: rgb(167,7,255); }

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

background-color css

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

 a { background-color: rgb(167,7,255); }

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

border-color css

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

 span { border-color: rgb(167,7,255); }

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