Html Css Color HEX #A512FD Electric Purple

📋 copy color: '#A512FD'

red 165 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #A512FD

Tints of Electric Purple #A512FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 37.84%
G = 4.13%
B = 58.03%

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

#A512FD (or 0xA512FD) is known color: Electric Purple. HEX triplet: A5, 12 and FD. RGB value is (165,18,253). Sum of RGB (Red+Green+Blue) = 165+18+253=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #A512FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A512FD is #5AED02. Grayscale: #575757. Windows color (decimal): -5958915 or 16585381. OLE color: 16585381.

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

Color convert

RGB 165 18 253 -
CMYK 0.35 0.93 0 0.01
HSL 277.53º 0.98% 0.53% -
HSV(B) 277.53º 0.93% 0.99% -
XYZ 33.46 15.52 94.16 -
YUV 88.74 220.7 182.39 -
System Red Green Blue C M Y K H S L
Decimal 165 18 253 0.35 0.93 0 0.01 277.53 0.98 0.53
Hex A5 12 FD 23 5D 0 1 116 62 35
Octal 245 22 375 43 135 0 1 426 142 65
Binary 10100101 10010 11111101 100011 1011101 0 1 100010110 1100010 110101

Color Harmonies of #A512FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512FD

Black with #A512FD

Text Example


Text Example

White with #A512FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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