Html Css Color HEX #A70EFA Electric Purple

📋 copy color: '#A70EFA'

red 167 ◦ green 14 ◦ blue 250

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

Shades of Electric Purple #A70EFA

Tints of Electric Purple #A70EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.25%

 BLUE value IS 250 (98.05% from 255) = 58%

R = 38.75%
G = 3.25%
B = 58%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A70EFA (or 0xA70EFA) is known color: Electric Purple. HEX triplet: A7, 0E and FA. RGB value is (167,14,250). Sum of RGB (Red+Green+Blue) = 167+14+250=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #A70EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70EFA is #58F105. Grayscale: #555555. Windows color (decimal): -5828870 or 16387751. OLE color: 16387751.

HSL color Cylindrical-coordinate representation of color #A70EFA: hue angle of 278.9º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70EFA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 14 250 -
CMYK 0.33 0.94 0 0.02
HSL 278.9º 0.96% 0.52% -
HSV(B) 278.9º 0.94% 0.98% -
XYZ 33.35 15.43 91.66 -
YUV 86.65 220.19 185.31 -
System Red Green Blue C M Y K H S L
Decimal 167 14 250 0.33 0.94 0 0.02 278.9 0.96 0.52
Hex A7 E FA 21 5E 0 2 117 60 34
Octal 247 16 372 41 136 0 2 427 140 64
Binary 10100111 1110 11111010 100001 1011110 0 10 100010111 1100000 110100

Color Harmonies of #A70EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70EFA

Black with #A70EFA

Text Example


Text Example

White with #A70EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70EFA; }

 p { color: rgb(167,14,250); }

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

background-color css

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

 a { background-color: rgb(167,14,250); }

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

border-color css

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

 span { border-color: rgb(167,14,250); }

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