Html Css Color HEX #A70AEC Electric Purple

📋 copy color: '#A70AEC'

red 167 ◦ green 10 ◦ blue 236

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

Shades of Electric Purple #A70AEC

Tints of Electric Purple #A70AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.42%

 BLUE value IS 236 (92.58% from 255) = 57.14%

R = 40.44%
G = 2.42%
B = 57.14%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A70AEC (or 0xA70AEC) is known color: Electric Purple. HEX triplet: A7, 0A and EC. RGB value is (167,10,236). Sum of RGB (Red+Green+Blue) = 167+10+236=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #A70AEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70AEC is #58F513. Grayscale: #515151. Windows color (decimal): -5829908 or 15469223. OLE color: 15469223.

HSL color Cylindrical-coordinate representation of color #A70AEC: hue angle of 281.68º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70AEC is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 10 236 -
CMYK 0.29 0.96 0 0.07
HSL 281.68º 0.92% 0.48% -
HSV(B) 281.68º 0.96% 0.93% -
XYZ 31.19 14.49 80.51 -
YUV 82.71 214.51 188.12 -
System Red Green Blue C M Y K H S L
Decimal 167 10 236 0.29 0.96 0 0.07 281.68 0.92 0.48
Hex A7 A EC 1D 60 0 7 11A 5C 30
Octal 247 12 354 35 140 0 7 432 134 60
Binary 10100111 1010 11101100 11101 1100000 0 111 100011010 1011100 110000

Color Harmonies of #A70AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70AEC

Black with #A70AEC

Text Example


Text Example

White with #A70AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70AEC; }

 p { color: rgb(167,10,236); }

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

background-color css

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

 a { background-color: rgb(167,10,236); }

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

border-color css

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

 span { border-color: rgb(167,10,236); }

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