Html Css Color HEX #A516FC Electric Purple

📋 copy color: '#A516FC'

red 165 ◦ green 22 ◦ blue 252

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

Shades of Electric Purple #A516FC

Tints of Electric Purple #A516FC

RGB

 RED value IS 165 (64.84% from 255) = 37.59%

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

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

R = 37.59%
G = 5.01%
B = 57.4%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A516FC (or 0xA516FC) is known color: Electric Purple. HEX triplet: A5, 16 and FC. RGB value is (165,22,252). Sum of RGB (Red+Green+Blue) = 165+22+252=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #A516FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A516FC is #5AE903. Grayscale: #5A5A5A. Windows color (decimal): -5957892 or 16520869. OLE color: 16520869.

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

Color convert

RGB 165 22 252 -
CMYK 0.35 0.91 0 0.01
HSL 277.3º 0.97% 0.54% -
HSV(B) 277.3º 0.91% 0.99% -
XYZ 33.37 15.6 93.35 -
YUV 90.98 218.88 180.8 -
System Red Green Blue C M Y K H S L
Decimal 165 22 252 0.35 0.91 0 0.01 277.3 0.97 0.54
Hex A5 16 FC 23 5B 0 1 115 61 36
Octal 245 26 374 43 133 0 1 425 141 66
Binary 10100101 10110 11111100 100011 1011011 0 1 100010101 1100001 110110

Color Harmonies of #A516FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516FC

Black with #A516FC

Text Example


Text Example

White with #A516FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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