Html Css Color HEX #A706EC Electric Purple

📋 copy color: '#A706EC'

red 167 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #A706EC

Tints of Electric Purple #A706EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

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

R = 40.83%
G = 1.47%
B = 57.7%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A706EC (or 0xA706EC) is known color: Electric Purple. HEX triplet: A7, 06 and EC. RGB value is (167,6,236). Sum of RGB (Red+Green+Blue) = 167+6+236=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #A706EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A706EC is #58F913. Grayscale: #4F4F4F. Windows color (decimal): -5830932 or 15468199. OLE color: 15468199.

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

Color convert

RGB 167 6 236 -
CMYK 0.29 0.97 0 0.07
HSL 282º 0.95% 0.47% -
HSV(B) 282º 0.97% 0.93% -
XYZ 31.14 14.4 80.5 -
YUV 80.36 215.84 189.8 -
System Red Green Blue C M Y K H S L
Decimal 167 6 236 0.29 0.97 0 0.07 282 0.95 0.47
Hex A7 6 EC 1D 61 0 7 11A 5F 2F
Octal 247 6 354 35 141 0 7 432 137 57
Binary 10100111 110 11101100 11101 1100001 0 111 100011010 1011111 101111

Color Harmonies of #A706EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706EC

Black with #A706EC

Text Example


Text Example

White with #A706EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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