Html Css Color HEX #A417FD Electric Purple

📋 copy color: '#A417FD'

red 164 ◦ green 23 ◦ blue 253

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

Shades of Electric Purple #A417FD

Tints of Electric Purple #A417FD

RGB

 RED value IS 164 (64.45% from 255) = 37.27%

 GREEN value IS 23 (9.38% from 255) = 5.23%

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

R = 37.27%
G = 5.23%
B = 57.5%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A417FD (or 0xA417FD) is known color: Electric Purple. HEX triplet: A4, 17 and FD. RGB value is (164,23,253). Sum of RGB (Red+Green+Blue) = 164+23+253=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #A417FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A417FD is #5BE802. Grayscale: #5A5A5A. Windows color (decimal): -6023171 or 16586660. OLE color: 16586660.

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

Color convert

RGB 164 23 253 -
CMYK 0.35 0.91 0 0.01
HSL 276.78º 0.98% 0.54% -
HSV(B) 276.78º 0.91% 0.99% -
XYZ 33.35 15.6 94.18 -
YUV 91.38 219.21 179.8 -
System Red Green Blue C M Y K H S L
Decimal 164 23 253 0.35 0.91 0 0.01 276.78 0.98 0.54
Hex A4 17 FD 23 5B 0 1 115 62 36
Octal 244 27 375 43 133 0 1 425 142 66
Binary 10100100 10111 11111101 100011 1011011 0 1 100010101 1100010 110110

Color Harmonies of #A417FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417FD

Black with #A417FD

Text Example


Text Example

White with #A417FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417FD; }

 p { color: rgb(164,23,253); }

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

background-color css

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

 a { background-color: rgb(164,23,253); }

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

border-color css

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

 span { border-color: rgb(164,23,253); }

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