Html Css Color HEX #A70BF5 Electric Purple

📋 copy color: '#A70BF5'

red 167 ◦ green 11 ◦ blue 245

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

Shades of Electric Purple #A70BF5

Tints of Electric Purple #A70BF5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.6%

 BLUE value IS 245 (96.09% from 255) = 57.92%

R = 39.48%
G = 2.6%
B = 57.92%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A70BF5 (or 0xA70BF5) is known color: Electric Purple. HEX triplet: A7, 0B and F5. RGB value is (167,11,245). Sum of RGB (Red+Green+Blue) = 167+11+245=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 245 (96.09% from 255 or 57.92% from 423); Max value from RGB is 245 - color contains mainly: blue. Hex color #A70BF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70BF5 is #58F40A. Grayscale: #535353. Windows color (decimal): -5829643 or 16059303. OLE color: 16059303.

HSL color Cylindrical-coordinate representation of color #A70BF5: hue angle of 280º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70BF5 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 11 245 -
CMYK 0.32 0.96 0 0.04
HSL 280º 0.92% 0.5% -
HSV(B) 280º 0.96% 0.96% -
XYZ 32.54 15.05 87.58 -
YUV 84.32 218.68 186.97 -
System Red Green Blue C M Y K H S L
Decimal 167 11 245 0.32 0.96 0 0.04 280 0.92 0.5
Hex A7 B F5 20 60 0 4 118 5C 32
Octal 247 13 365 40 140 0 4 430 134 62
Binary 10100111 1011 11110101 100000 1100000 0 100 100011000 1011100 110010

Color Harmonies of #A70BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BF5

Black with #A70BF5

Text Example


Text Example

White with #A70BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BF5; }

 p { color: rgb(167,11,245); }

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

background-color css

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

 a { background-color: rgb(167,11,245); }

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

border-color css

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

 span { border-color: rgb(167,11,245); }

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