Html Css Color HEX #A514FC Electric Purple

📋 copy color: '#A514FC'

red 165 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #A514FC

Tints of Electric Purple #A514FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.58%

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

R = 37.76%
G = 4.58%
B = 57.67%

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

#A514FC (or 0xA514FC) is known color: Electric Purple. HEX triplet: A5, 14 and FC. RGB value is (165,20,252). Sum of RGB (Red+Green+Blue) = 165+20+252=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #A514FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514FC is #5AEB03. Grayscale: #595959. Windows color (decimal): -5958404 or 16520357. OLE color: 16520357.

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

Color convert

RGB 165 20 252 -
CMYK 0.35 0.92 0 0.01
HSL 277.5º 0.97% 0.53% -
HSV(B) 277.5º 0.92% 0.99% -
XYZ 33.34 15.53 93.34 -
YUV 89.8 219.54 181.64 -
System Red Green Blue C M Y K H S L
Decimal 165 20 252 0.35 0.92 0 0.01 277.5 0.97 0.53
Hex A5 14 FC 23 5C 0 1 116 61 35
Octal 245 24 374 43 134 0 1 426 141 65
Binary 10100101 10100 11111100 100011 1011100 0 1 100010110 1100001 110101

Color Harmonies of #A514FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514FC

Black with #A514FC

Text Example


Text Example

White with #A514FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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