Html Css Color HEX #A702FD Electric Purple

📋 copy color: '#A702FD'

red 167 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #A702FD

Tints of Electric Purple #A702FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.95%

R = 39.57%
G = 0.47%
B = 59.95%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A702FD (or 0xA702FD) is known color: Electric Purple. HEX triplet: A7, 02 and FD. RGB value is (167,2,253). Sum of RGB (Red+Green+Blue) = 167+2+253=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #A702FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A702FD is #58FD02. Grayscale: #4F4F4F. Windows color (decimal): -5831939 or 16581287. OLE color: 16581287.

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

Color convert

RGB 167 2 253 -
CMYK 0.34 0.99 0 0.01
HSL 279.44º 0.98% 0.5% -
HSV(B) 279.44º 0.99% 0.99% -
XYZ 33.69 15.35 94.12 -
YUV 79.95 225.66 190.09 -
System Red Green Blue C M Y K H S L
Decimal 167 2 253 0.34 0.99 0 0.01 279.44 0.98 0.5
Hex A7 2 FD 22 63 0 1 117 62 32
Octal 247 2 375 42 143 0 1 427 142 62
Binary 10100111 10 11111101 100010 1100011 0 1 100010111 1100010 110010

Color Harmonies of #A702FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702FD

Black with #A702FD

Text Example


Text Example

White with #A702FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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