Html Css Color HEX #A417F6 Electric Purple

📋 copy color: '#A417F6'

red 164 ◦ green 23 ◦ blue 246

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

Shades of Electric Purple #A417F6

Tints of Electric Purple #A417F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.81%

R = 37.88%
G = 5.31%
B = 56.81%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A417F6 (or 0xA417F6) is known color: Electric Purple. HEX triplet: A4, 17 and F6. RGB value is (164,23,246). Sum of RGB (Red+Green+Blue) = 164+23+246=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 246 (96.48% from 255 or 56.81% from 433); Max value from RGB is 246 - color contains mainly: blue. Hex color #A417F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A417F6 is #5BE809. Grayscale: #595959. Windows color (decimal): -6023178 or 16127908. OLE color: 16127908.

HSL color Cylindrical-coordinate representation of color #A417F6: hue angle of 277.94º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A417F6 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 23 246 -
CMYK 0.33 0.91 0 0.04
HSL 277.94º 0.93% 0.53% -
HSV(B) 277.94º 0.91% 0.96% -
XYZ 32.25 15.16 88.41 -
YUV 90.58 215.71 180.37 -
System Red Green Blue C M Y K H S L
Decimal 164 23 246 0.33 0.91 0 0.04 277.94 0.93 0.53
Hex A4 17 F6 21 5B 0 4 116 5D 35
Octal 244 27 366 41 133 0 4 426 135 65
Binary 10100100 10111 11110110 100001 1011011 0 100 100010110 1011101 110101

Color Harmonies of #A417F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417F6

Black with #A417F6

Text Example


Text Example

White with #A417F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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