Html Css Color HEX #A70CFA Electric Purple

📋 copy color: '#A70CFA'

red 167 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #A70CFA

Tints of Electric Purple #A70CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.8%

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

R = 38.93%
G = 2.8%
B = 58.28%

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

#A70CFA (or 0xA70CFA) is known color: Electric Purple. HEX triplet: A7, 0C and FA. RGB value is (167,12,250). Sum of RGB (Red+Green+Blue) = 167+12+250=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #A70CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70CFA is #58F305. Grayscale: #545454. Windows color (decimal): -5829382 or 16387239. OLE color: 16387239.

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

Color convert

RGB 167 12 250 -
CMYK 0.33 0.95 0 0.02
HSL 279.08º 0.96% 0.51% -
HSV(B) 279.08º 0.95% 0.98% -
XYZ 33.32 15.38 91.65 -
YUV 85.48 220.85 186.15 -
System Red Green Blue C M Y K H S L
Decimal 167 12 250 0.33 0.95 0 0.02 279.08 0.96 0.51
Hex A7 C FA 21 5F 0 2 117 60 33
Octal 247 14 372 41 137 0 2 427 140 63
Binary 10100111 1100 11111010 100001 1011111 0 10 100010111 1100000 110011

Color Harmonies of #A70CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CFA

Black with #A70CFA

Text Example


Text Example

White with #A70CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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