Html Css Color HEX #A816FF Electric Purple

📋 copy color: '#A816FF'

red 168 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #A816FF

Tints of Electric Purple #A816FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 37.75%
G = 4.94%
B = 57.3%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A816FF (or 0xA816FF) is known color: Electric Purple. HEX triplet: A8, 16 and FF. RGB value is (168,22,255). Sum of RGB (Red+Green+Blue) = 168+22+255=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #A816FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816FF is #57E900. Grayscale: #5B5B5B. Windows color (decimal): -5761281 or 16717480. OLE color: 16717480.

HSL color Cylindrical-coordinate representation of color #A816FF: hue angle of 277.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A816FF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 22 255 -
CMYK 0.34 0.91 0 0
HSL 277.6º 1% 0.54% -
HSV(B) 277.6º 0.91% 1% -
XYZ 34.49 16.12 95.9 -
YUV 92.22 219.87 182.05 -
System Red Green Blue C M Y K H S L
Decimal 168 22 255 0.34 0.91 0 0 277.6 1 0.54
Hex A8 16 FF 22 5B 0 0 116 64 36
Octal 250 26 377 42 133 0 0 426 144 66
Binary 10101000 10110 11111111 100010 1011011 0 0 100010110 1100100 110110

Color Harmonies of #A816FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816FF

Black with #A816FF

Text Example


Text Example

White with #A816FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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