Html Css Color HEX #A40AF9 Electric Purple

📋 copy color: '#A40AF9'

red 164 ◦ green 10 ◦ blue 249

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

Shades of Electric Purple #A40AF9

Tints of Electric Purple #A40AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.87%

R = 38.77%
G = 2.36%
B = 58.87%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A40AF9 (or 0xA40AF9) is known color: Electric Purple. HEX triplet: A4, 0A and F9. RGB value is (164,10,249). Sum of RGB (Red+Green+Blue) = 164+10+249=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #A40AF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40AF9 is #5BF506. Grayscale: #525252. Windows color (decimal): -6026503 or 16321188. OLE color: 16321188.

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

Color convert

RGB 164 10 249 -
CMYK 0.34 0.96 0 0.02
HSL 278.66º 0.95% 0.51% -
HSV(B) 278.66º 0.96% 0.98% -
XYZ 32.52 14.95 90.79 -
YUV 83.29 221.52 185.57 -
System Red Green Blue C M Y K H S L
Decimal 164 10 249 0.34 0.96 0 0.02 278.66 0.95 0.51
Hex A4 A F9 22 60 0 2 117 5F 33
Octal 244 12 371 42 140 0 2 427 137 63
Binary 10100100 1010 11111001 100010 1100000 0 10 100010111 1011111 110011

Color Harmonies of #A40AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AF9

Black with #A40AF9

Text Example


Text Example

White with #A40AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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