Html Css Color HEX #A702EE Electric Purple

📋 copy color: '#A702EE'

red 167 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #A702EE

Tints of Electric Purple #A702EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.48%

R = 41.03%
G = 0.49%
B = 58.48%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A702EE (or 0xA702EE) is known color: Electric Purple. HEX triplet: A7, 02 and EE. RGB value is (167,2,238). Sum of RGB (Red+Green+Blue) = 167+2+238=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #A702EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A702EE is #58FD11. Grayscale: #4D4D4D. Windows color (decimal): -5831954 or 15598247. OLE color: 15598247.

HSL color Cylindrical-coordinate representation of color #A702EE: hue angle of 281.95º 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 #A702EE is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 2 238 -
CMYK 0.30 0.99 0 0.07
HSL 281.95º 0.98% 0.47% -
HSV(B) 281.95º 0.99% 0.93% -
XYZ 31.39 14.43 82.02 -
YUV 78.24 218.16 191.31 -
System Red Green Blue C M Y K H S L
Decimal 167 2 238 0.30 0.99 0 0.07 281.95 0.98 0.47
Hex A7 2 EE 1E 63 0 7 11A 62 2F
Octal 247 2 356 36 143 0 7 432 142 57
Binary 10100111 10 11101110 11110 1100011 0 111 100011010 1100010 101111

Color Harmonies of #A702EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702EE

Black with #A702EE

Text Example


Text Example

White with #A702EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A702EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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