Html Css Color HEX #A70EFD Electric Purple

📋 copy color: '#A70EFD'

red 167 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #A70EFD

Tints of Electric Purple #A70EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 38.48%
G = 3.23%
B = 58.29%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A70EFD (or 0xA70EFD) is known color: Electric Purple. HEX triplet: A7, 0E and FD. RGB value is (167,14,253). Sum of RGB (Red+Green+Blue) = 167+14+253=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #A70EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70EFD is #58F102. Grayscale: #565656. Windows color (decimal): -5828867 or 16584359. OLE color: 16584359.

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

Color convert

RGB 167 14 253 -
CMYK 0.34 0.94 0 0.01
HSL 278.41º 0.98% 0.52% -
HSV(B) 278.41º 0.94% 0.99% -
XYZ 33.82 15.62 94.16 -
YUV 86.99 221.69 185.07 -
System Red Green Blue C M Y K H S L
Decimal 167 14 253 0.34 0.94 0 0.01 278.41 0.98 0.52
Hex A7 E FD 22 5E 0 1 116 62 34
Octal 247 16 375 42 136 0 1 426 142 64
Binary 10100111 1110 11111101 100010 1011110 0 1 100010110 1100010 110100

Color Harmonies of #A70EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70EFD

Black with #A70EFD

Text Example


Text Example

White with #A70EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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