Html Css Color HEX #A40FFB Electric Purple

📋 copy color: '#A40FFB'

red 164 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #A40FFB

Tints of Electric Purple #A40FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.49%

 BLUE value IS 251 (98.44% from 255) = 58.37%

R = 38.14%
G = 3.49%
B = 58.37%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A40FFB (or 0xA40FFB) is known color: Electric Purple. HEX triplet: A4, 0F and FB. RGB value is (164,15,251). Sum of RGB (Red+Green+Blue) = 164+15+251=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #A40FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40FFB is #5BF004. Grayscale: #555555. Windows color (decimal): -6025221 or 16453540. OLE color: 16453540.

HSL color Cylindrical-coordinate representation of color #A40FFB: hue angle of 277.88º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40FFB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 15 251 -
CMYK 0.35 0.94 0 0.02
HSL 277.88º 0.97% 0.52% -
HSV(B) 277.88º 0.94% 0.98% -
XYZ 32.89 15.2 92.47 -
YUV 86.46 220.86 183.31 -
System Red Green Blue C M Y K H S L
Decimal 164 15 251 0.35 0.94 0 0.02 277.88 0.97 0.52
Hex A4 F FB 23 5E 0 2 116 61 34
Octal 244 17 373 43 136 0 2 426 141 64
Binary 10100100 1111 11111011 100011 1011110 0 10 100010110 1100001 110100

Color Harmonies of #A40FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FFB

Black with #A40FFB

Text Example


Text Example

White with #A40FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FFB; }

 p { color: rgb(164,15,251); }

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

background-color css

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

 a { background-color: rgb(164,15,251); }

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

border-color css

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

 span { border-color: rgb(164,15,251); }

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