Html Css Color HEX #A808EC Electric Purple

📋 copy color: '#A808EC'

red 168 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #A808EC

Tints of Electric Purple #A808EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.94%

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

R = 40.78%
G = 1.94%
B = 57.28%

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

#A808EC (or 0xA808EC) is known color: Electric Purple. HEX triplet: A8, 08 and EC. RGB value is (168,8,236). Sum of RGB (Red+Green+Blue) = 168+8+236=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #A808EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A808EC is #57F713. Grayscale: #515151. Windows color (decimal): -5764884 or 15468712. OLE color: 15468712.

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

Color convert

RGB 168 8 236 -
CMYK 0.29 0.97 0 0.07
HSL 282.11º 0.93% 0.48% -
HSV(B) 282.11º 0.97% 0.93% -
XYZ 31.38 14.55 80.51 -
YUV 81.83 215.01 189.46 -
System Red Green Blue C M Y K H S L
Decimal 168 8 236 0.29 0.97 0 0.07 282.11 0.93 0.48
Hex A8 8 EC 1D 61 0 7 11A 5D 30
Octal 250 10 354 35 141 0 7 432 135 60
Binary 10101000 1000 11101100 11101 1100001 0 111 100011010 1011101 110000

Color Harmonies of #A808EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A808EC

Black with #A808EC

Text Example


Text Example

White with #A808EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A808EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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