Html Css Color HEX #A016FC Electric Purple

📋 copy color: '#A016FC'

red 160 ◦ green 22 ◦ blue 252

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

Shades of Electric Purple #A016FC

Tints of Electric Purple #A016FC

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

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

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 36.87%
G = 5.07%
B = 58.06%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A016FC (or 0xA016FC) is known color: Electric Purple. HEX triplet: A0, 16 and FC. RGB value is (160,22,252). Sum of RGB (Red+Green+Blue) = 160+22+252=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #A016FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A016FC is #5FE903. Grayscale: #585858. Windows color (decimal): -6285572 or 16520864. OLE color: 16520864.

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

Color convert

RGB 160 22 252 -
CMYK 0.37 0.91 0 0.01
HSL 276º 0.97% 0.54% -
HSV(B) 276º 0.91% 0.99% -
XYZ 32.35 15.08 93.3 -
YUV 89.48 219.72 178.3 -
System Red Green Blue C M Y K H S L
Decimal 160 22 252 0.37 0.91 0 0.01 276 0.97 0.54
Hex A0 16 FC 25 5B 0 1 114 61 36
Octal 240 26 374 45 133 0 1 424 141 66
Binary 10100000 10110 11111100 100101 1011011 0 1 100010100 1100001 110110

Color Harmonies of #A016FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016FC

Black with #A016FC

Text Example


Text Example

White with #A016FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016FC; }

 p { color: rgb(160,22,252); }

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

background-color css

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

 a { background-color: rgb(160,22,252); }

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

border-color css

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

 span { border-color: rgb(160,22,252); }

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