Html Css Color HEX #A407FD Electric Purple

📋 copy color: '#A407FD'

red 164 ◦ green 7 ◦ blue 253

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

Shades of Electric Purple #A407FD

Tints of Electric Purple #A407FD

RGB

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

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

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

R = 38.68%
G = 1.65%
B = 59.67%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A407FD (or 0xA407FD) is known color: Electric Purple. HEX triplet: A4, 07 and FD. RGB value is (164,7,253). Sum of RGB (Red+Green+Blue) = 164+7+253=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #A407FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A407FD is #5BF802. Grayscale: #515151. Windows color (decimal): -6027267 or 16582564. OLE color: 16582564.

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

Color convert

RGB 164 7 253 -
CMYK 0.35 0.97 0 0.01
HSL 278.29º 0.98% 0.51% -
HSV(B) 278.29º 0.97% 0.99% -
XYZ 33.12 15.14 94.1 -
YUV 81.99 224.51 186.5 -
System Red Green Blue C M Y K H S L
Decimal 164 7 253 0.35 0.97 0 0.01 278.29 0.98 0.51
Hex A4 7 FD 23 61 0 1 116 62 33
Octal 244 7 375 43 141 0 1 426 142 63
Binary 10100100 111 11111101 100011 1100001 0 1 100010110 1100010 110011

Color Harmonies of #A407FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A407FD

Black with #A407FD

Text Example


Text Example

White with #A407FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A407FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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