Html Css Color HEX #A40AFE Electric Purple

📋 copy color: '#A40AFE'

red 164 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #A40AFE

Tints of Electric Purple #A40AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.35%

R = 38.32%
G = 2.34%
B = 59.35%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A40AFE (or 0xA40AFE) is known color: Electric Purple. HEX triplet: A4, 0A and FE. RGB value is (164,10,254). Sum of RGB (Red+Green+Blue) = 164+10+254=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #A40AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40AFE is #5BF501. Grayscale: #535353. Windows color (decimal): -6026498 or 16648868. OLE color: 16648868.

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

Color convert

RGB 164 10 254 -
CMYK 0.35 0.96 0 0.00
HSL 277.87º 0.99% 0.52% -
HSV(B) 277.87º 0.96% 1% -
XYZ 33.31 15.27 94.96 -
YUV 83.86 224.02 185.16 -
System Red Green Blue C M Y K H S L
Decimal 164 10 254 0.35 0.96 0 0.00 277.87 0.99 0.52
Hex A4 A FE 23 60 0 0 116 63 34
Octal 244 12 376 43 140 0 0 426 143 64
Binary 10100100 1010 11111110 100011 1100000 0 0 100010110 1100011 110100

Color Harmonies of #A40AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AFE

Black with #A40AFE

Text Example


Text Example

White with #A40AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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