Html Css Color HEX #A515FC Electric Purple

📋 copy color: '#A515FC'

red 165 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #A515FC

Tints of Electric Purple #A515FC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.79%

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

R = 37.67%
G = 4.79%
B = 57.53%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A515FC (or 0xA515FC) is known color: Electric Purple. HEX triplet: A5, 15 and FC. RGB value is (165,21,252). Sum of RGB (Red+Green+Blue) = 165+21+252=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #A515FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A515FC is #5AEA03. Grayscale: #595959. Windows color (decimal): -5958148 or 16520613. OLE color: 16520613.

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

Color convert

RGB 165 21 252 -
CMYK 0.35 0.92 0 0.01
HSL 277.4º 0.97% 0.54% -
HSV(B) 277.4º 0.92% 0.99% -
XYZ 33.36 15.56 93.34 -
YUV 90.39 219.21 181.22 -
System Red Green Blue C M Y K H S L
Decimal 165 21 252 0.35 0.92 0 0.01 277.4 0.97 0.54
Hex A5 15 FC 23 5C 0 1 115 61 36
Octal 245 25 374 43 134 0 1 425 141 66
Binary 10100101 10101 11111100 100011 1011100 0 1 100010101 1100001 110110

Color Harmonies of #A515FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515FC

Black with #A515FC

Text Example


Text Example

White with #A515FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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