Html Css Color HEX #A720FF Electric Purple

📋 copy color: '#A720FF'

red 167 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #A720FF

Tints of Electric Purple #A720FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.05%

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

R = 36.78%
G = 7.05%
B = 56.17%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A720FF (or 0xA720FF) is known color: Electric Purple. HEX triplet: A7, 20 and FF. RGB value is (167,32,255). Sum of RGB (Red+Green+Blue) = 167+32+255=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #A720FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A720FF is #58DF00. Grayscale: #616161. Windows color (decimal): -5824257 or 16720039. OLE color: 16720039.

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

Color convert

RGB 167 32 255 -
CMYK 0.35 0.87 0 0
HSL 276.32º 1% 0.56% -
HSV(B) 276.32º 0.87% 1% -
XYZ 34.5 16.47 95.97 -
YUV 97.79 216.73 177.37 -
System Red Green Blue C M Y K H S L
Decimal 167 32 255 0.35 0.87 0 0 276.32 1 0.56
Hex A7 20 FF 23 57 0 0 114 64 38
Octal 247 40 377 43 127 0 0 424 144 70
Binary 10100111 100000 11111111 100011 1010111 0 0 100010100 1100100 111000

Color Harmonies of #A720FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720FF

Black with #A720FF

Text Example


Text Example

White with #A720FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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