Html Css Color HEX #A806EC Electric Purple

📋 copy color: '#A806EC'

red 168 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #A806EC

Tints of Electric Purple #A806EC

RGB

 RED value IS 168 (66.02% from 255) = 40.98%

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

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

R = 40.98%
G = 1.46%
B = 57.56%

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

#A806EC (or 0xA806EC) is known color: Electric Purple. HEX triplet: A8, 06 and EC. RGB value is (168,6,236). Sum of RGB (Red+Green+Blue) = 168+6+236=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #A806EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A806EC is #57F913. Grayscale: #4F4F4F. Windows color (decimal): -5765396 or 15468200. OLE color: 15468200.

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

Color convert

RGB 168 6 236 -
CMYK 0.29 0.97 0 0.07
HSL 282.26º 0.95% 0.47% -
HSV(B) 282.26º 0.97% 0.93% -
XYZ 31.35 14.51 80.51 -
YUV 80.66 215.67 190.3 -
System Red Green Blue C M Y K H S L
Decimal 168 6 236 0.29 0.97 0 0.07 282.26 0.95 0.47
Hex A8 6 EC 1D 61 0 7 11A 5F 2F
Octal 250 6 354 35 141 0 7 432 137 57
Binary 10101000 110 11101100 11101 1100001 0 111 100011010 1011111 101111

Color Harmonies of #A806EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A806EC

Black with #A806EC

Text Example


Text Example

White with #A806EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A806EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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