Html Css Color HEX #A51AF7 Electric Purple

📋 copy color: '#A51AF7'

red 165 ◦ green 26 ◦ blue 247

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

Shades of Electric Purple #A51AF7

Tints of Electric Purple #A51AF7

RGB

 RED value IS 165 (64.84% from 255) = 37.67%

 GREEN value IS 26 (10.55% from 255) = 5.94%

 BLUE value IS 247 (96.88% from 255) = 56.39%

R = 37.67%
G = 5.94%
B = 56.39%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A51AF7 (or 0xA51AF7) is known color: Electric Purple. HEX triplet: A5, 1A and F7. RGB value is (165,26,247). Sum of RGB (Red+Green+Blue) = 165+26+247=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 247 (96.88% from 255 or 56.39% from 438); Max value from RGB is 247 - color contains mainly: blue. Hex color #A51AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51AF7 is #5AE508. Grayscale: #5C5C5C. Windows color (decimal): -5956873 or 16194213. OLE color: 16194213.

HSL color Cylindrical-coordinate representation of color #A51AF7: hue angle of 277.74º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51AF7 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 26 247 -
CMYK 0.33 0.89 0 0.03
HSL 277.74º 0.93% 0.54% -
HSV(B) 277.74º 0.89% 0.97% -
XYZ 32.67 15.45 89.26 -
YUV 92.76 215.05 179.53 -
System Red Green Blue C M Y K H S L
Decimal 165 26 247 0.33 0.89 0 0.03 277.74 0.93 0.54
Hex A5 1A F7 21 59 0 3 116 5D 36
Octal 245 32 367 41 131 0 3 426 135 66
Binary 10100101 11010 11110111 100001 1011001 0 11 100010110 1011101 110110

Color Harmonies of #A51AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AF7

Black with #A51AF7

Text Example


Text Example

White with #A51AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AF7; }

 p { color: rgb(165,26,247); }

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

background-color css

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

 a { background-color: rgb(165,26,247); }

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

border-color css

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

 span { border-color: rgb(165,26,247); }

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