Html Css Color HEX #A408F4 Electric Purple

📋 copy color: '#A408F4'

red 164 ◦ green 8 ◦ blue 244

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

Shades of Electric Purple #A408F4

Tints of Electric Purple #A408F4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.92%

 BLUE value IS 244 (95.7% from 255) = 58.65%

R = 39.42%
G = 1.92%
B = 58.65%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A408F4 (or 0xA408F4) is known color: Electric Purple. HEX triplet: A4, 08 and F4. RGB value is (164,8,244). Sum of RGB (Red+Green+Blue) = 164+8+244=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 244 (95.70% from 255 or 58.65% from 416); Max value from RGB is 244 - color contains mainly: blue. Hex color #A408F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A408F4 is #5BF70B. Grayscale: #505050. Windows color (decimal): -6027020 or 15992996. OLE color: 15992996.

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

Color convert

RGB 164 8 244 -
CMYK 0.33 0.97 0 0.04
HSL 279.66º 0.94% 0.49% -
HSV(B) 279.66º 0.97% 0.96% -
XYZ 31.73 14.6 86.73 -
YUV 81.55 219.68 186.81 -
System Red Green Blue C M Y K H S L
Decimal 164 8 244 0.33 0.97 0 0.04 279.66 0.94 0.49
Hex A4 8 F4 21 61 0 4 118 5E 31
Octal 244 10 364 41 141 0 4 430 136 61
Binary 10100100 1000 11110100 100001 1100001 0 100 100011000 1011110 110001

Color Harmonies of #A408F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A408F4

Black with #A408F4

Text Example


Text Example

White with #A408F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A408F4; }

 p { color: rgb(164,8,244); }

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

background-color css

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

 a { background-color: rgb(164,8,244); }

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

border-color css

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

 span { border-color: rgb(164,8,244); }

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