Html Css Color HEX #A70FEE Electric Purple

📋 copy color: '#A70FEE'

red 167 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #A70FEE

Tints of Electric Purple #A70FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.57%

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

R = 39.76%
G = 3.57%
B = 56.67%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A70FEE (or 0xA70FEE) is known color: Electric Purple. HEX triplet: A7, 0F and EE. RGB value is (167,15,238). Sum of RGB (Red+Green+Blue) = 167+15+238=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #A70FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FEE is #58F011. Grayscale: #555555. Windows color (decimal): -5828626 or 15601575. OLE color: 15601575.

HSL color Cylindrical-coordinate representation of color #A70FEE: hue angle of 280.9º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70FEE is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 15 238 -
CMYK 0.30 0.94 0 0.07
HSL 280.9º 0.88% 0.5% -
HSV(B) 280.9º 0.94% 0.93% -
XYZ 31.54 14.73 82.07 -
YUV 85.87 213.86 185.87 -
System Red Green Blue C M Y K H S L
Decimal 167 15 238 0.30 0.94 0 0.07 280.9 0.88 0.5
Hex A7 F EE 1E 5E 0 7 119 58 32
Octal 247 17 356 36 136 0 7 431 130 62
Binary 10100111 1111 11101110 11110 1011110 0 111 100011001 1011000 110010

Color Harmonies of #A70FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FEE

Black with #A70FEE

Text Example


Text Example

White with #A70FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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