Html Css Color HEX #A70FFF Electric Purple

📋 copy color: '#A70FFF'

red 167 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #A70FFF

Tints of Electric Purple #A70FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.35%

R = 38.22%
G = 3.43%
B = 58.35%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A70FFF (or 0xA70FFF) is known color: Electric Purple. HEX triplet: A7, 0F and FF. RGB value is (167,15,255). Sum of RGB (Red+Green+Blue) = 167+15+255=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #A70FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FFF is #58F000. Grayscale: #575757. Windows color (decimal): -5828609 or 16715687. OLE color: 16715687.

HSL color Cylindrical-coordinate representation of color #A70FFF: hue angle of 278º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70FFF is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 15 255 -
CMYK 0.35 0.94 0 0
HSL 278º 1% 0.53% -
HSV(B) 278º 0.94% 1% -
XYZ 34.16 15.78 95.85 -
YUV 87.81 222.36 184.49 -
System Red Green Blue C M Y K H S L
Decimal 167 15 255 0.35 0.94 0 0 278 1 0.53
Hex A7 F FF 23 5E 0 0 116 64 35
Octal 247 17 377 43 136 0 0 426 144 65
Binary 10100111 1111 11111111 100011 1011110 0 0 100010110 1100100 110101

Color Harmonies of #A70FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FFF

Black with #A70FFF

Text Example


Text Example

White with #A70FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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