Html Css Color HEX #A702FE Electric Purple

📋 copy color: '#A702FE'

red 167 ◦ green 2 ◦ blue 254

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

Shades of Electric Purple #A702FE

Tints of Electric Purple #A702FE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 39.48%
G = 0.47%
B = 60.05%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A702FE (or 0xA702FE) is known color: Electric Purple. HEX triplet: A7, 02 and FE. RGB value is (167,2,254). Sum of RGB (Red+Green+Blue) = 167+2+254=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #A702FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A702FE is #58FD01. Grayscale: #4F4F4F. Windows color (decimal): -5831938 or 16646823. OLE color: 16646823.

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

Color convert

RGB 167 2 254 -
CMYK 0.34 0.99 0 0.00
HSL 279.29º 0.99% 0.5% -
HSV(B) 279.29º 0.99% 1% -
XYZ 33.85 15.41 94.96 -
YUV 80.06 226.16 190.01 -
System Red Green Blue C M Y K H S L
Decimal 167 2 254 0.34 0.99 0 0.00 279.29 0.99 0.5
Hex A7 2 FE 22 63 0 0 117 63 32
Octal 247 2 376 42 143 0 0 427 143 62
Binary 10100111 10 11111110 100010 1100011 0 0 100010111 1100011 110010

Color Harmonies of #A702FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702FE

Black with #A702FE

Text Example


Text Example

White with #A702FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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