Html Css Color HEX #A016FD Electric Purple

📋 copy color: '#A016FD'

red 160 ◦ green 22 ◦ blue 253

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

Shades of Electric Purple #A016FD

Tints of Electric Purple #A016FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 36.78%
G = 5.06%
B = 58.16%

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

#A016FD (or 0xA016FD) is known color: Electric Purple. HEX triplet: A0, 16 and FD. RGB value is (160,22,253). Sum of RGB (Red+Green+Blue) = 160+22+253=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #A016FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A016FD is #5FE902. Grayscale: #585858. Windows color (decimal): -6285571 or 16586400. OLE color: 16586400.

HSL color Cylindrical-coordinate representation of color #A016FD: hue angle of 275.84º degrees, saturation: 0.98, 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 #A016FD is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 22 253 -
CMYK 0.37 0.91 0 0.01
HSL 275.84º 0.98% 0.54% -
HSV(B) 275.84º 0.91% 0.99% -
XYZ 32.51 15.14 94.14 -
YUV 89.6 220.22 178.22 -
System Red Green Blue C M Y K H S L
Decimal 160 22 253 0.37 0.91 0 0.01 275.84 0.98 0.54
Hex A0 16 FD 25 5B 0 1 114 62 36
Octal 240 26 375 45 133 0 1 424 142 66
Binary 10100000 10110 11111101 100101 1011011 0 1 100010100 1100010 110110

Color Harmonies of #A016FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016FD

Black with #A016FD

Text Example


Text Example

White with #A016FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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