Html Css Color HEX #A40AFF Electric Purple

📋 copy color: '#A40AFF'

red 164 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #A40AFF

Tints of Electric Purple #A40AFF

RGB

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

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

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

R = 38.23%
G = 2.33%
B = 59.44%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A40AFF (or 0xA40AFF) is known color: Electric Purple. HEX triplet: A4, 0A and FF. RGB value is (164,10,255). Sum of RGB (Red+Green+Blue) = 164+10+255=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #A40AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40AFF is #5BF500. Grayscale: #535353. Windows color (decimal): -6026497 or 16714404. OLE color: 16714404.

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

Color convert

RGB 164 10 255 -
CMYK 0.36 0.96 0 0
HSL 277.71º 1% 0.52% -
HSV(B) 277.71º 0.96% 1% -
XYZ 33.47 15.33 95.8 -
YUV 83.98 224.52 185.08 -
System Red Green Blue C M Y K H S L
Decimal 164 10 255 0.36 0.96 0 0 277.71 1 0.52
Hex A4 A FF 24 60 0 0 116 64 34
Octal 244 12 377 44 140 0 0 426 144 64
Binary 10100100 1010 11111111 100100 1100000 0 0 100010110 1100100 110100

Color Harmonies of #A40AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AFF

Black with #A40AFF

Text Example


Text Example

White with #A40AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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