Html Css Color HEX #A513FC Electric Purple

📋 copy color: '#A513FC'

red 165 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #A513FC

Tints of Electric Purple #A513FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.36%

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

R = 37.84%
G = 4.36%
B = 57.8%

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

#A513FC (or 0xA513FC) is known color: Electric Purple. HEX triplet: A5, 13 and FC. RGB value is (165,19,252). Sum of RGB (Red+Green+Blue) = 165+19+252=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #A513FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A513FC is #5AEC03. Grayscale: #585858. Windows color (decimal): -5958660 or 16520101. OLE color: 16520101.

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

Color convert

RGB 165 19 252 -
CMYK 0.35 0.92 0 0.01
HSL 277.6º 0.97% 0.53% -
HSV(B) 277.6º 0.92% 0.99% -
XYZ 33.32 15.49 93.33 -
YUV 89.22 219.87 182.05 -
System Red Green Blue C M Y K H S L
Decimal 165 19 252 0.35 0.92 0 0.01 277.6 0.97 0.53
Hex A5 13 FC 23 5C 0 1 116 61 35
Octal 245 23 374 43 134 0 1 426 141 65
Binary 10100101 10011 11111100 100011 1011100 0 1 100010110 1100001 110101

Color Harmonies of #A513FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513FC

Black with #A513FC

Text Example


Text Example

White with #A513FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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