Html Css Color HEX #A706ED Electric Purple

📋 copy color: '#A706ED'

red 167 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #A706ED

Tints of Electric Purple #A706ED

RGB

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

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

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

R = 40.73%
G = 1.46%
B = 57.8%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A706ED (or 0xA706ED) is known color: Electric Purple. HEX triplet: A7, 06 and ED. RGB value is (167,6,237). Sum of RGB (Red+Green+Blue) = 167+6+237=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #A706ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A706ED is #58F912. Grayscale: #4F4F4F. Windows color (decimal): -5830931 or 15533735. OLE color: 15533735.

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

Color convert

RGB 167 6 237 -
CMYK 0.30 0.97 0 0.07
HSL 281.82º 0.95% 0.48% -
HSV(B) 281.82º 0.97% 0.93% -
XYZ 31.29 14.46 81.26 -
YUV 80.47 216.34 189.72 -
System Red Green Blue C M Y K H S L
Decimal 167 6 237 0.30 0.97 0 0.07 281.82 0.95 0.48
Hex A7 6 ED 1E 61 0 7 11A 5F 30
Octal 247 6 355 36 141 0 7 432 137 60
Binary 10100111 110 11101101 11110 1100001 0 111 100011010 1011111 110000

Color Harmonies of #A706ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706ED

Black with #A706ED

Text Example


Text Example

White with #A706ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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