Html Css Color HEX #A70DFA Electric Purple

📋 copy color: '#A70DFA'

red 167 ◦ green 13 ◦ blue 250

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

Shades of Electric Purple #A70DFA

Tints of Electric Purple #A70DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 38.84%
G = 3.02%
B = 58.14%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A70DFA (or 0xA70DFA) is known color: Electric Purple. HEX triplet: A7, 0D and FA. RGB value is (167,13,250). Sum of RGB (Red+Green+Blue) = 167+13+250=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #A70DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70DFA is #58F205. Grayscale: #555555. Windows color (decimal): -5829126 or 16387495. OLE color: 16387495.

HSL color Cylindrical-coordinate representation of color #A70DFA: hue angle of 278.99º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70DFA is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 13 250 -
CMYK 0.33 0.95 0 0.02
HSL 278.99º 0.96% 0.52% -
HSV(B) 278.99º 0.95% 0.98% -
XYZ 33.34 15.41 91.66 -
YUV 86.06 220.52 185.73 -
System Red Green Blue C M Y K H S L
Decimal 167 13 250 0.33 0.95 0 0.02 278.99 0.96 0.52
Hex A7 D FA 21 5F 0 2 117 60 34
Octal 247 15 372 41 137 0 2 427 140 64
Binary 10100111 1101 11111010 100001 1011111 0 10 100010111 1100000 110100

Color Harmonies of #A70DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DFA

Black with #A70DFA

Text Example


Text Example

White with #A70DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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