Html Css Color HEX #A40FF3 Electric Purple

📋 copy color: '#A40FF3'

red 164 ◦ green 15 ◦ blue 243

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

Shades of Electric Purple #A40FF3

Tints of Electric Purple #A40FF3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

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

R = 38.86%
G = 3.55%
B = 57.58%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A40FF3 (or 0xA40FF3) is known color: Electric Purple. HEX triplet: A4, 0F and F3. RGB value is (164,15,243). Sum of RGB (Red+Green+Blue) = 164+15+243=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 243 (95.31% from 255 or 57.58% from 422); Max value from RGB is 243 - color contains mainly: blue. Hex color #A40FF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40FF3 is #5BF00C. Grayscale: #545454. Windows color (decimal): -6025229 or 15929252. OLE color: 15929252.

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

Color convert

RGB 164 15 243 -
CMYK 0.33 0.94 0 0.05
HSL 279.21º 0.9% 0.51% -
HSV(B) 279.21º 0.94% 0.95% -
XYZ 31.66 14.71 85.96 -
YUV 85.54 216.86 183.96 -
System Red Green Blue C M Y K H S L
Decimal 164 15 243 0.33 0.94 0 0.05 279.21 0.9 0.51
Hex A4 F F3 21 5E 0 5 117 5A 33
Octal 244 17 363 41 136 0 5 427 132 63
Binary 10100100 1111 11110011 100001 1011110 0 101 100010111 1011010 110011

Color Harmonies of #A40FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FF3

Black with #A40FF3

Text Example


Text Example

White with #A40FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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