Html Css Color HEX #A007FE Electric Purple

📋 copy color: '#A007FE'

red 160 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #A007FE

Tints of Electric Purple #A007FE

RGB

 RED value IS 160 (62.89% from 255) = 38%

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

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

R = 38%
G = 1.66%
B = 60.33%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A007FE (or 0xA007FE) is known color: Electric Purple. HEX triplet: A0, 07 and FE. RGB value is (160,7,254). Sum of RGB (Red+Green+Blue) = 160+7+254=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 7 (3.12% from 255 or 1.66% 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 #A007FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007FE is #5FF801. Grayscale: #505050. Windows color (decimal): -6289410 or 16648096. OLE color: 16648096.

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

Color convert

RGB 160 7 254 -
CMYK 0.37 0.97 0 0.00
HSL 277.17º 0.99% 0.51% -
HSV(B) 277.17º 0.97% 1% -
XYZ 32.46 14.78 94.91 -
YUV 80.91 225.69 184.42 -
System Red Green Blue C M Y K H S L
Decimal 160 7 254 0.37 0.97 0 0.00 277.17 0.99 0.51
Hex A0 7 FE 25 61 0 0 115 63 33
Octal 240 7 376 45 141 0 0 425 143 63
Binary 10100000 111 11111110 100101 1100001 0 0 100010101 1100011 110011

Color Harmonies of #A007FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007FE

Black with #A007FE

Text Example


Text Example

White with #A007FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007FE; }

 p { color: rgb(160,7,254); }

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

background-color css

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

 a { background-color: rgb(160,7,254); }

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

border-color css

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

 span { border-color: rgb(160,7,254); }

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