Html Css Color HEX #A816F6 Electric Purple

📋 copy color: '#A816F6'

red 168 ◦ green 22 ◦ blue 246

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

Shades of Electric Purple #A816F6

Tints of Electric Purple #A816F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.42%

R = 38.53%
G = 5.05%
B = 56.42%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A816F6 (or 0xA816F6) is known color: Electric Purple. HEX triplet: A8, 16 and F6. RGB value is (168,22,246). Sum of RGB (Red+Green+Blue) = 168+22+246=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #A816F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816F6 is #57E909. Grayscale: #5A5A5A. Windows color (decimal): -5761290 or 16127656. OLE color: 16127656.

HSL color Cylindrical-coordinate representation of color #A816F6: hue angle of 279.11º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A816F6 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 22 246 -
CMYK 0.32 0.91 0 0.04
HSL 279.11º 0.93% 0.53% -
HSV(B) 279.11º 0.91% 0.96% -
XYZ 33.07 15.55 88.45 -
YUV 91.19 215.37 182.79 -
System Red Green Blue C M Y K H S L
Decimal 168 22 246 0.32 0.91 0 0.04 279.11 0.93 0.53
Hex A8 16 F6 20 5B 0 4 117 5D 35
Octal 250 26 366 40 133 0 4 427 135 65
Binary 10101000 10110 11110110 100000 1011011 0 100 100010111 1011101 110101

Color Harmonies of #A816F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816F6

Black with #A816F6

Text Example


Text Example

White with #A816F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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