Html Css Color HEX #A70AED Electric Purple

📋 copy color: '#A70AED'

red 167 ◦ green 10 ◦ blue 237

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

Shades of Electric Purple #A70AED

Tints of Electric Purple #A70AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.25%

R = 40.34%
G = 2.42%
B = 57.25%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A70AED (or 0xA70AED) is known color: Electric Purple. HEX triplet: A7, 0A and ED. RGB value is (167,10,237). Sum of RGB (Red+Green+Blue) = 167+10+237=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #A70AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70AED is #58F512. Grayscale: #525252. Windows color (decimal): -5829907 or 15534759. OLE color: 15534759.

HSL color Cylindrical-coordinate representation of color #A70AED: hue angle of 281.5º 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 #A70AED is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 10 237 -
CMYK 0.30 0.96 0 0.07
HSL 281.5º 0.92% 0.48% -
HSV(B) 281.5º 0.96% 0.93% -
XYZ 31.33 14.55 81.28 -
YUV 82.82 215.01 188.04 -
System Red Green Blue C M Y K H S L
Decimal 167 10 237 0.30 0.96 0 0.07 281.5 0.92 0.48
Hex A7 A ED 1E 60 0 7 119 5C 30
Octal 247 12 355 36 140 0 7 431 134 60
Binary 10100111 1010 11101101 11110 1100000 0 111 100011001 1011100 110000

Color Harmonies of #A70AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70AED

Black with #A70AED

Text Example


Text Example

White with #A70AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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