Html Css Color HEX #A70FFD Electric Purple

📋 copy color: '#A70FFD'

red 167 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #A70FFD

Tints of Electric Purple #A70FFD

RGB

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

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

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

R = 38.39%
G = 3.45%
B = 58.16%

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

#A70FFD (or 0xA70FFD) is known color: Electric Purple. HEX triplet: A7, 0F and FD. RGB value is (167,15,253). Sum of RGB (Red+Green+Blue) = 167+15+253=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #A70FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FFD is #58F002. Grayscale: #565656. Windows color (decimal): -5828611 or 16584615. OLE color: 16584615.

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

Color convert

RGB 167 15 253 -
CMYK 0.34 0.94 0 0.01
HSL 278.32º 0.98% 0.53% -
HSV(B) 278.32º 0.94% 0.99% -
XYZ 33.84 15.65 94.17 -
YUV 87.58 221.36 184.65 -
System Red Green Blue C M Y K H S L
Decimal 167 15 253 0.34 0.94 0 0.01 278.32 0.98 0.53
Hex A7 F FD 22 5E 0 1 116 62 35
Octal 247 17 375 42 136 0 1 426 142 65
Binary 10100111 1111 11111101 100010 1011110 0 1 100010110 1100010 110101

Color Harmonies of #A70FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FFD

Black with #A70FFD

Text Example


Text Example

White with #A70FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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