Html Css Color HEX #A511FD Electric Purple

📋 copy color: '#A511FD'

red 165 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #A511FD

Tints of Electric Purple #A511FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.91%

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

R = 37.93%
G = 3.91%
B = 58.16%

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

#A511FD (or 0xA511FD) is known color: Electric Purple. HEX triplet: A5, 11 and FD. RGB value is (165,17,253). Sum of RGB (Red+Green+Blue) = 165+17+253=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #A511FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A511FD is #5AEE02. Grayscale: #575757. Windows color (decimal): -5959171 or 16585125. OLE color: 16585125.

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

Color convert

RGB 165 17 253 -
CMYK 0.35 0.93 0 0.01
HSL 277.63º 0.98% 0.53% -
HSV(B) 277.63º 0.93% 0.99% -
XYZ 33.45 15.49 94.16 -
YUV 88.16 221.03 182.81 -
System Red Green Blue C M Y K H S L
Decimal 165 17 253 0.35 0.93 0 0.01 277.63 0.98 0.53
Hex A5 11 FD 23 5D 0 1 116 62 35
Octal 245 21 375 43 135 0 1 426 142 65
Binary 10100101 10001 11111101 100011 1011101 0 1 100010110 1100010 110101

Color Harmonies of #A511FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511FD

Black with #A511FD

Text Example


Text Example

White with #A511FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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