Html Css Color HEX #A40BFE Electric Purple

📋 copy color: '#A40BFE'

red 164 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #A40BFE

Tints of Electric Purple #A40BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.56%

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

R = 38.23%
G = 2.56%
B = 59.21%

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

#A40BFE (or 0xA40BFE) is known color: Electric Purple. HEX triplet: A4, 0B and FE. RGB value is (164,11,254). Sum of RGB (Red+Green+Blue) = 164+11+254=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #A40BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40BFE is #5BF401. Grayscale: #535353. Windows color (decimal): -6026242 or 16649124. OLE color: 16649124.

HSL color Cylindrical-coordinate representation of color #A40BFE: hue angle of 277.78º 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 #A40BFE is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 11 254 -
CMYK 0.35 0.96 0 0.00
HSL 277.78º 0.99% 0.52% -
HSV(B) 277.78º 0.96% 1% -
XYZ 33.32 15.29 94.96 -
YUV 84.45 223.69 184.74 -
System Red Green Blue C M Y K H S L
Decimal 164 11 254 0.35 0.96 0 0.00 277.78 0.99 0.52
Hex A4 B FE 23 60 0 0 116 63 34
Octal 244 13 376 43 140 0 0 426 143 64
Binary 10100100 1011 11111110 100011 1100000 0 0 100010110 1100011 110100

Color Harmonies of #A40BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BFE

Black with #A40BFE

Text Example


Text Example

White with #A40BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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