Html Css Color HEX #A40AFC Electric Purple

📋 copy color: '#A40AFC'

red 164 ◦ green 10 ◦ blue 252

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

Shades of Electric Purple #A40AFC

Tints of Electric Purple #A40AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 38.5%
G = 2.35%
B = 59.15%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A40AFC (or 0xA40AFC) is known color: Electric Purple. HEX triplet: A4, 0A and FC. RGB value is (164,10,252). Sum of RGB (Red+Green+Blue) = 164+10+252=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #A40AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40AFC is #5BF503. Grayscale: #525252. Windows color (decimal): -6026500 or 16517796. OLE color: 16517796.

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

Color convert

RGB 164 10 252 -
CMYK 0.35 0.96 0 0.01
HSL 278.18º 0.98% 0.51% -
HSV(B) 278.18º 0.96% 0.99% -
XYZ 32.99 15.14 93.28 -
YUV 83.63 223.02 185.32 -
System Red Green Blue C M Y K H S L
Decimal 164 10 252 0.35 0.96 0 0.01 278.18 0.98 0.51
Hex A4 A FC 23 60 0 1 116 62 33
Octal 244 12 374 43 140 0 1 426 142 63
Binary 10100100 1010 11111100 100011 1100000 0 1 100010110 1100010 110011

Color Harmonies of #A40AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AFC

Black with #A40AFC

Text Example


Text Example

White with #A40AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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