Html Css Color HEX #A40CFF Electric Purple

📋 copy color: '#A40CFF'

red 164 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #A40CFF

Tints of Electric Purple #A40CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.16%

R = 38.05%
G = 2.78%
B = 59.16%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A40CFF (or 0xA40CFF) is known color: Electric Purple. HEX triplet: A4, 0C and FF. RGB value is (164,12,255). Sum of RGB (Red+Green+Blue) = 164+12+255=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #A40CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40CFF is #5BF300. Grayscale: #545454. Windows color (decimal): -6025985 or 16714916. OLE color: 16714916.

HSL color Cylindrical-coordinate representation of color #A40CFF: hue angle of 277.53º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40CFF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 12 255 -
CMYK 0.36 0.95 0 0
HSL 277.53º 1% 0.52% -
HSV(B) 277.53º 0.95% 1% -
XYZ 33.49 15.38 95.81 -
YUV 85.15 223.86 184.24 -
System Red Green Blue C M Y K H S L
Decimal 164 12 255 0.36 0.95 0 0 277.53 1 0.52
Hex A4 C FF 24 5F 0 0 116 64 34
Octal 244 14 377 44 137 0 0 426 144 64
Binary 10100100 1100 11111111 100100 1011111 0 0 100010110 1100100 110100

Color Harmonies of #A40CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CFF

Black with #A40CFF

Text Example


Text Example

White with #A40CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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