Html Css Color HEX #A512FC Electric Purple

📋 copy color: '#A512FC'

red 165 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #A512FC

Tints of Electric Purple #A512FC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.14%

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

R = 37.93%
G = 4.14%
B = 57.93%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A512FC (or 0xA512FC) is known color: Electric Purple. HEX triplet: A5, 12 and FC. RGB value is (165,18,252). Sum of RGB (Red+Green+Blue) = 165+18+252=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #A512FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A512FC is #5AED03. Grayscale: #575757. Windows color (decimal): -5958916 or 16519845. OLE color: 16519845.

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

Color convert

RGB 165 18 252 -
CMYK 0.35 0.93 0 0.01
HSL 277.69º 0.98% 0.53% -
HSV(B) 277.69º 0.93% 0.99% -
XYZ 33.3 15.46 93.32 -
YUV 88.63 220.2 182.47 -
System Red Green Blue C M Y K H S L
Decimal 165 18 252 0.35 0.93 0 0.01 277.69 0.98 0.53
Hex A5 12 FC 23 5D 0 1 116 62 35
Octal 245 22 374 43 135 0 1 426 142 65
Binary 10100101 10010 11111100 100011 1011101 0 1 100010110 1100010 110101

Color Harmonies of #A512FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512FC

Black with #A512FC

Text Example


Text Example

White with #A512FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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