Html Css Color HEX #A407FA Electric Purple

📋 copy color: '#A407FA'

red 164 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #A407FA

Tints of Electric Purple #A407FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.66%

 BLUE value IS 250 (98.05% from 255) = 59.38%

R = 38.95%
G = 1.66%
B = 59.38%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A407FA (or 0xA407FA) is known color: Electric Purple. HEX triplet: A4, 07 and FA. RGB value is (164,7,250). Sum of RGB (Red+Green+Blue) = 164+7+250=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #A407FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A407FA is #5BF805. Grayscale: #505050. Windows color (decimal): -6027270 or 16385956. OLE color: 16385956.

HSL color Cylindrical-coordinate representation of color #A407FA: hue angle of 278.77º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407FA is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 7 250 -
CMYK 0.34 0.97 0 0.02
HSL 278.77º 0.96% 0.5% -
HSV(B) 278.77º 0.97% 0.98% -
XYZ 32.64 14.95 91.61 -
YUV 81.65 223.01 186.74 -
System Red Green Blue C M Y K H S L
Decimal 164 7 250 0.34 0.97 0 0.02 278.77 0.96 0.5
Hex A4 7 FA 22 61 0 2 117 60 32
Octal 244 7 372 42 141 0 2 427 140 62
Binary 10100100 111 11111010 100010 1100001 0 10 100010111 1100000 110010

Color Harmonies of #A407FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A407FA

Black with #A407FA

Text Example


Text Example

White with #A407FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A407FA; }

 p { color: rgb(164,7,250); }

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

background-color css

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

 a { background-color: rgb(164,7,250); }

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

border-color css

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

 span { border-color: rgb(164,7,250); }

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