Html Css Color HEX #A407FF Electric Purple

📋 copy color: '#A407FF'

red 164 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #A407FF

Tints of Electric Purple #A407FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.86%

R = 38.5%
G = 1.64%
B = 59.86%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A407FF (or 0xA407FF) is known color: Electric Purple. HEX triplet: A4, 07 and FF. RGB value is (164,7,255). Sum of RGB (Red+Green+Blue) = 164+7+255=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #A407FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A407FF is #5BF800. Grayscale: #515151. Windows color (decimal): -6027265 or 16713636. OLE color: 16713636.

HSL color Cylindrical-coordinate representation of color #A407FF: hue angle of 277.98º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407FF is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 7 255 -
CMYK 0.36 0.97 0 0
HSL 277.98º 1% 0.51% -
HSV(B) 277.98º 0.97% 1% -
XYZ 33.44 15.26 95.79 -
YUV 82.22 225.51 186.33 -
System Red Green Blue C M Y K H S L
Decimal 164 7 255 0.36 0.97 0 0 277.98 1 0.51
Hex A4 7 FF 24 61 0 0 116 64 33
Octal 244 7 377 44 141 0 0 426 144 63
Binary 10100100 111 11111111 100100 1100001 0 0 100010110 1100100 110011

Color Harmonies of #A407FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A407FF

Black with #A407FF

Text Example


Text Example

White with #A407FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A407FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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