Html Css Color HEX #A405FD Electric Purple

📋 copy color: '#A405FD'

red 164 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #A405FD

Tints of Electric Purple #A405FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

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

R = 38.86%
G = 1.18%
B = 59.95%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A405FD (or 0xA405FD) is known color: Electric Purple. HEX triplet: A4, 05 and FD. RGB value is (164,5,253). Sum of RGB (Red+Green+Blue) = 164+5+253=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #A405FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A405FD is #5BFA02. Grayscale: #4F4F4F. Windows color (decimal): -6027779 or 16582052. OLE color: 16582052.

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

Color convert

RGB 164 5 253 -
CMYK 0.35 0.98 0 0.01
HSL 278.47º 0.98% 0.51% -
HSV(B) 278.47º 0.98% 0.99% -
XYZ 33.09 15.09 94.1 -
YUV 80.81 225.18 187.33 -
System Red Green Blue C M Y K H S L
Decimal 164 5 253 0.35 0.98 0 0.01 278.47 0.98 0.51
Hex A4 5 FD 23 62 0 1 116 62 33
Octal 244 5 375 43 142 0 1 426 142 63
Binary 10100100 101 11111101 100011 1100010 0 1 100010110 1100010 110011

Color Harmonies of #A405FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A405FD

Black with #A405FD

Text Example


Text Example

White with #A405FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A405FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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