Html Css Color HEX #A807EC Electric Purple

📋 copy color: '#A807EC'

red 168 ◦ green 7 ◦ blue 236

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

Shades of Electric Purple #A807EC

Tints of Electric Purple #A807EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.7%

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

R = 40.88%
G = 1.7%
B = 57.42%

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

#A807EC (or 0xA807EC) is known color: Electric Purple. HEX triplet: A8, 07 and EC. RGB value is (168,7,236). Sum of RGB (Red+Green+Blue) = 168+7+236=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #A807EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A807EC is #57F813. Grayscale: #505050. Windows color (decimal): -5765140 or 15468456. OLE color: 15468456.

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

Color convert

RGB 168 7 236 -
CMYK 0.29 0.97 0 0.07
HSL 282.18º 0.94% 0.48% -
HSV(B) 282.18º 0.97% 0.93% -
XYZ 31.36 14.53 80.51 -
YUV 81.25 215.34 189.88 -
System Red Green Blue C M Y K H S L
Decimal 168 7 236 0.29 0.97 0 0.07 282.18 0.94 0.48
Hex A8 7 EC 1D 61 0 7 11A 5E 30
Octal 250 7 354 35 141 0 7 432 136 60
Binary 10101000 111 11101100 11101 1100001 0 111 100011010 1011110 110000

Color Harmonies of #A807EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A807EC

Black with #A807EC

Text Example


Text Example

White with #A807EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A807EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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