Html Css Color HEX #A716FF Electric Purple

📋 copy color: '#A716FF'

red 167 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #A716FF

Tints of Electric Purple #A716FF

RGB

 RED value IS 167 (65.63% from 255) = 37.61%

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

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

R = 37.61%
G = 4.95%
B = 57.43%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A716FF (or 0xA716FF) is known color: Electric Purple. HEX triplet: A7, 16 and FF. RGB value is (167,22,255). Sum of RGB (Red+Green+Blue) = 167+22+255=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #A716FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A716FF is #58E900. Grayscale: #5B5B5B. Windows color (decimal): -5826817 or 16717479. OLE color: 16717479.

HSL color Cylindrical-coordinate representation of color #A716FF: hue angle of 277.34º 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 #A716FF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 22 255 -
CMYK 0.35 0.91 0 0
HSL 277.34º 1% 0.54% -
HSV(B) 277.34º 0.91% 1% -
XYZ 34.27 16.01 95.89 -
YUV 91.92 220.04 181.55 -
System Red Green Blue C M Y K H S L
Decimal 167 22 255 0.35 0.91 0 0 277.34 1 0.54
Hex A7 16 FF 23 5B 0 0 115 64 36
Octal 247 26 377 43 133 0 0 425 144 66
Binary 10100111 10110 11111111 100011 1011011 0 0 100010101 1100100 110110

Color Harmonies of #A716FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A716FF

Black with #A716FF

Text Example


Text Example

White with #A716FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A716FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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