Html Css Color HEX #A40AF2 Electric Purple

📋 copy color: '#A40AF2'

red 164 ◦ green 10 ◦ blue 242

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

Shades of Electric Purple #A40AF2

Tints of Electric Purple #A40AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.17%

R = 39.42%
G = 2.4%
B = 58.17%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A40AF2 (or 0xA40AF2) is known color: Electric Purple. HEX triplet: A4, 0A and F2. RGB value is (164,10,242). Sum of RGB (Red+Green+Blue) = 164+10+242=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #A40AF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40AF2 is #5BF50D. Grayscale: #515151. Windows color (decimal): -6026510 or 15862436. OLE color: 15862436.

HSL color Cylindrical-coordinate representation of color #A40AF2: hue angle of 279.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40AF2 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 10 242 -
CMYK 0.32 0.96 0 0.05
HSL 279.83º 0.92% 0.49% -
HSV(B) 279.83º 0.96% 0.95% -
XYZ 31.45 14.52 85.15 -
YUV 82.49 218.02 186.14 -
System Red Green Blue C M Y K H S L
Decimal 164 10 242 0.32 0.96 0 0.05 279.83 0.92 0.49
Hex A4 A F2 20 60 0 5 118 5C 31
Octal 244 12 362 40 140 0 5 430 134 61
Binary 10100100 1010 11110010 100000 1100000 0 101 100011000 1011100 110001

Color Harmonies of #A40AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AF2

Black with #A40AF2

Text Example


Text Example

White with #A40AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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