Html Css Color HEX #A51AFC Electric Purple

📋 copy color: '#A51AFC'

red 165 ◦ green 26 ◦ blue 252

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

Shades of Electric Purple #A51AFC

Tints of Electric Purple #A51AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 37.25%
G = 5.87%
B = 56.88%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A51AFC (or 0xA51AFC) is known color: Electric Purple. HEX triplet: A5, 1A and FC. RGB value is (165,26,252). Sum of RGB (Red+Green+Blue) = 165+26+252=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #A51AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51AFC is #5AE503. Grayscale: #5C5C5C. Windows color (decimal): -5956868 or 16521893. OLE color: 16521893.

HSL color Cylindrical-coordinate representation of color #A51AFC: hue angle of 276.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51AFC is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 26 252 -
CMYK 0.35 0.90 0 0.01
HSL 276.9º 0.97% 0.55% -
HSV(B) 276.9º 0.9% 0.99% -
XYZ 33.46 15.77 93.38 -
YUV 93.33 217.55 179.12 -
System Red Green Blue C M Y K H S L
Decimal 165 26 252 0.35 0.90 0 0.01 276.9 0.97 0.55
Hex A5 1A FC 23 5A 0 1 115 61 37
Octal 245 32 374 43 132 0 1 425 141 67
Binary 10100101 11010 11111100 100011 1011010 0 1 100010101 1100001 110111

Color Harmonies of #A51AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AFC

Black with #A51AFC

Text Example


Text Example

White with #A51AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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