Html Css Color HEX #A70DFF Electric Purple

📋 copy color: '#A70DFF'

red 167 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #A70DFF

Tints of Electric Purple #A70DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.99%

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

R = 38.39%
G = 2.99%
B = 58.62%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A70DFF (or 0xA70DFF) is known color: Electric Purple. HEX triplet: A7, 0D and FF. RGB value is (167,13,255). Sum of RGB (Red+Green+Blue) = 167+13+255=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A70DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70DFF is #58F200. Grayscale: #555555. Windows color (decimal): -5829121 or 16715175. OLE color: 16715175.

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

Color convert

RGB 167 13 255 -
CMYK 0.35 0.95 0 0
HSL 278.18º 1% 0.53% -
HSV(B) 278.18º 0.95% 1% -
XYZ 34.13 15.72 95.84 -
YUV 86.63 223.02 185.32 -
System Red Green Blue C M Y K H S L
Decimal 167 13 255 0.35 0.95 0 0 278.18 1 0.53
Hex A7 D FF 23 5F 0 0 116 64 35
Octal 247 15 377 43 137 0 0 426 144 65
Binary 10100111 1101 11111111 100011 1011111 0 0 100010110 1100100 110101

Color Harmonies of #A70DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DFF

Black with #A70DFF

Text Example


Text Example

White with #A70DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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