Html Css Color HEX #A51CFC Electric Purple

📋 copy color: '#A51CFC'

red 165 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #A51CFC

Tints of Electric Purple #A51CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.29%

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

R = 37.08%
G = 6.29%
B = 56.63%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A51CFC (or 0xA51CFC) is known color: Electric Purple. HEX triplet: A5, 1C and FC. RGB value is (165,28,252). Sum of RGB (Red+Green+Blue) = 165+28+252=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #A51CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51CFC is #5AE303. Grayscale: #5D5D5D. Windows color (decimal): -5956356 or 16522405. OLE color: 16522405.

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

Color convert

RGB 165 28 252 -
CMYK 0.35 0.89 0 0.01
HSL 276.7º 0.97% 0.55% -
HSV(B) 276.7º 0.89% 0.99% -
XYZ 33.5 15.86 93.39 -
YUV 94.5 216.89 178.29 -
System Red Green Blue C M Y K H S L
Decimal 165 28 252 0.35 0.89 0 0.01 276.7 0.97 0.55
Hex A5 1C FC 23 59 0 1 115 61 37
Octal 245 34 374 43 131 0 1 425 141 67
Binary 10100101 11100 11111100 100011 1011001 0 1 100010101 1100001 110111

Color Harmonies of #A51CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51CFC

Black with #A51CFC

Text Example


Text Example

White with #A51CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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