Html Css Color HEX #A40CFA Electric Purple

📋 copy color: '#A40CFA'

red 164 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #A40CFA

Tints of Electric Purple #A40CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 38.5%
G = 2.82%
B = 58.69%

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

#A40CFA (or 0xA40CFA) is known color: Electric Purple. HEX triplet: A4, 0C and FA. RGB value is (164,12,250). Sum of RGB (Red+Green+Blue) = 164+12+250=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #A40CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40CFA is #5BF305. Grayscale: #535353. Windows color (decimal): -6025990 or 16387236. OLE color: 16387236.

HSL color Cylindrical-coordinate representation of color #A40CFA: hue angle of 278.32º degrees, saturation: 0.96, 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 #A40CFA is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 12 250 -
CMYK 0.34 0.95 0 0.02
HSL 278.32º 0.96% 0.51% -
HSV(B) 278.32º 0.95% 0.98% -
XYZ 32.7 15.06 91.63 -
YUV 84.58 221.36 184.65 -
System Red Green Blue C M Y K H S L
Decimal 164 12 250 0.34 0.95 0 0.02 278.32 0.96 0.51
Hex A4 C FA 22 5F 0 2 116 60 33
Octal 244 14 372 42 137 0 2 426 140 63
Binary 10100100 1100 11111010 100010 1011111 0 10 100010110 1100000 110011

Color Harmonies of #A40CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CFA

Black with #A40CFA

Text Example


Text Example

White with #A40CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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