Html Css Color HEX #A70FFA Electric Purple

📋 copy color: '#A70FFA'

red 167 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #A70FFA

Tints of Electric Purple #A70FFA

RGB

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

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

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

R = 38.66%
G = 3.47%
B = 57.87%

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

#A70FFA (or 0xA70FFA) is known color: Electric Purple. HEX triplet: A7, 0F and FA. RGB value is (167,15,250). Sum of RGB (Red+Green+Blue) = 167+15+250=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #A70FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FFA is #58F005. Grayscale: #565656. Windows color (decimal): -5828614 or 16388007. OLE color: 16388007.

HSL color Cylindrical-coordinate representation of color #A70FFA: hue angle of 278.81º 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 #A70FFA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 15 250 -
CMYK 0.33 0.94 0 0.02
HSL 278.81º 0.96% 0.52% -
HSV(B) 278.81º 0.94% 0.98% -
XYZ 33.36 15.46 91.67 -
YUV 87.24 219.86 184.89 -
System Red Green Blue C M Y K H S L
Decimal 167 15 250 0.33 0.94 0 0.02 278.81 0.96 0.52
Hex A7 F FA 21 5E 0 2 117 60 34
Octal 247 17 372 41 136 0 2 427 140 64
Binary 10100111 1111 11111010 100001 1011110 0 10 100010111 1100000 110100

Color Harmonies of #A70FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FFA

Black with #A70FFA

Text Example


Text Example

White with #A70FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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