Html Css Color HEX #A40AF3 Electric Purple

📋 copy color: '#A40AF3'

red 164 ◦ green 10 ◦ blue 243

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

Shades of Electric Purple #A40AF3

Tints of Electric Purple #A40AF3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.4%

 BLUE value IS 243 (95.31% from 255) = 58.27%

R = 39.33%
G = 2.4%
B = 58.27%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A40AF3 (or 0xA40AF3) is known color: Electric Purple. HEX triplet: A4, 0A and F3. RGB value is (164,10,243). Sum of RGB (Red+Green+Blue) = 164+10+243=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #A40AF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40AF3 is #5BF50C. Grayscale: #515151. Windows color (decimal): -6026509 or 15927972. OLE color: 15927972.

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

Color convert

RGB 164 10 243 -
CMYK 0.33 0.96 0 0.05
HSL 279.66º 0.92% 0.5% -
HSV(B) 279.66º 0.96% 0.95% -
XYZ 31.6 14.58 85.94 -
YUV 82.61 218.52 186.05 -
System Red Green Blue C M Y K H S L
Decimal 164 10 243 0.33 0.96 0 0.05 279.66 0.92 0.5
Hex A4 A F3 21 60 0 5 118 5C 32
Octal 244 12 363 41 140 0 5 430 134 62
Binary 10100100 1010 11110011 100001 1100000 0 101 100011000 1011100 110010

Color Harmonies of #A40AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AF3

Black with #A40AF3

Text Example


Text Example

White with #A40AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AF3; }

 p { color: rgb(164,10,243); }

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

background-color css

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

 a { background-color: rgb(164,10,243); }

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

border-color css

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

 span { border-color: rgb(164,10,243); }

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