Html Css Color HEX #A702EC Electric Purple

📋 copy color: '#A702EC'

red 167 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #A702EC

Tints of Electric Purple #A702EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.27%

R = 41.23%
G = 0.49%
B = 58.27%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A702EC (or 0xA702EC) is known color: Electric Purple. HEX triplet: A7, 02 and EC. RGB value is (167,2,236). Sum of RGB (Red+Green+Blue) = 167+2+236=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #A702EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A702EC is #58FD13. Grayscale: #4D4D4D. Windows color (decimal): -5831956 or 15467175. OLE color: 15467175.

HSL color Cylindrical-coordinate representation of color #A702EC: hue angle of 282.31º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702EC is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 2 236 -
CMYK 0.29 0.99 0 0.07
HSL 282.31º 0.98% 0.47% -
HSV(B) 282.31º 0.99% 0.93% -
XYZ 31.1 14.32 80.48 -
YUV 78.01 217.16 191.47 -
System Red Green Blue C M Y K H S L
Decimal 167 2 236 0.29 0.99 0 0.07 282.31 0.98 0.47
Hex A7 2 EC 1D 63 0 7 11A 62 2F
Octal 247 2 354 35 143 0 7 432 142 57
Binary 10100111 10 11101100 11101 1100011 0 111 100011010 1100010 101111

Color Harmonies of #A702EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702EC

Black with #A702EC

Text Example


Text Example

White with #A702EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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