Html Css Color HEX #A40CF9 Electric Purple

📋 copy color: '#A40CF9'

red 164 ◦ green 12 ◦ blue 249

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

Shades of Electric Purple #A40CF9

Tints of Electric Purple #A40CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.82%

 BLUE value IS 249 (97.66% from 255) = 58.59%

R = 38.59%
G = 2.82%
B = 58.59%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A40CF9 (or 0xA40CF9) is known color: Electric Purple. HEX triplet: A4, 0C and F9. RGB value is (164,12,249). Sum of RGB (Red+Green+Blue) = 164+12+249=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #A40CF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40CF9 is #5BF306. Grayscale: #535353. Windows color (decimal): -6025991 or 16321700. OLE color: 16321700.

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

Color convert

RGB 164 12 249 -
CMYK 0.34 0.95 0 0.02
HSL 278.48º 0.95% 0.51% -
HSV(B) 278.48º 0.95% 0.98% -
XYZ 32.54 15 90.8 -
YUV 84.47 220.86 184.73 -
System Red Green Blue C M Y K H S L
Decimal 164 12 249 0.34 0.95 0 0.02 278.48 0.95 0.51
Hex A4 C F9 22 5F 0 2 116 5F 33
Octal 244 14 371 42 137 0 2 426 137 63
Binary 10100100 1100 11111001 100010 1011111 0 10 100010110 1011111 110011

Color Harmonies of #A40CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CF9

Black with #A40CF9

Text Example


Text Example

White with #A40CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CF9; }

 p { color: rgb(164,12,249); }

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

background-color css

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

 a { background-color: rgb(164,12,249); }

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

border-color css

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

 span { border-color: rgb(164,12,249); }

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