Html Css Color HEX #A816EC Electric Purple

📋 copy color: '#A816EC'

red 168 ◦ green 22 ◦ blue 236

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

Shades of Electric Purple #A816EC

Tints of Electric Purple #A816EC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.16%

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

R = 39.44%
G = 5.16%
B = 55.4%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A816EC (or 0xA816EC) is known color: Electric Purple. HEX triplet: A8, 16 and EC. RGB value is (168,22,236). Sum of RGB (Red+Green+Blue) = 168+22+236=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #A816EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816EC is #57E913. Grayscale: #595959. Windows color (decimal): -5761300 or 15472296. OLE color: 15472296.

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

Color convert

RGB 168 22 236 -
CMYK 0.29 0.91 0 0.07
HSL 280.93º 0.85% 0.51% -
HSV(B) 280.93º 0.91% 0.93% -
XYZ 31.58 14.95 80.58 -
YUV 90.05 210.37 183.6 -
System Red Green Blue C M Y K H S L
Decimal 168 22 236 0.29 0.91 0 0.07 280.93 0.85 0.51
Hex A8 16 EC 1D 5B 0 7 119 55 33
Octal 250 26 354 35 133 0 7 431 125 63
Binary 10101000 10110 11101100 11101 1011011 0 111 100011001 1010101 110011

Color Harmonies of #A816EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816EC

Black with #A816EC

Text Example


Text Example

White with #A816EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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