Html Css Color HEX #A70FEF Electric Purple

📋 copy color: '#A70FEF'

red 167 ◦ green 15 ◦ blue 239

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

Shades of Electric Purple #A70FEF

Tints of Electric Purple #A70FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.77%

R = 39.67%
G = 3.56%
B = 56.77%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A70FEF (or 0xA70FEF) is known color: Electric Purple. HEX triplet: A7, 0F and EF. RGB value is (167,15,239). Sum of RGB (Red+Green+Blue) = 167+15+239=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #A70FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FEF is #58F010. Grayscale: #555555. Windows color (decimal): -5828625 or 15667111. OLE color: 15667111.

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

Color convert

RGB 167 15 239 -
CMYK 0.30 0.94 0 0.06
HSL 280.71º 0.88% 0.5% -
HSV(B) 280.71º 0.94% 0.94% -
XYZ 31.69 14.79 82.85 -
YUV 85.98 214.36 185.79 -
System Red Green Blue C M Y K H S L
Decimal 167 15 239 0.30 0.94 0 0.06 280.71 0.88 0.5
Hex A7 F EF 1E 5E 0 6 119 58 32
Octal 247 17 357 36 136 0 6 431 130 62
Binary 10100111 1111 11101111 11110 1011110 0 110 100011001 1011000 110010

Color Harmonies of #A70FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FEF

Black with #A70FEF

Text Example


Text Example

White with #A70FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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