Html Css Color HEX #A61CFC Electric Purple

📋 copy color: '#A61CFC'

red 166 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #A61CFC

Tints of Electric Purple #A61CFC

RGB

 RED value IS 166 (65.23% from 255) = 37.22%

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

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

R = 37.22%
G = 6.28%
B = 56.5%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A61CFC (or 0xA61CFC) is known color: Electric Purple. HEX triplet: A6, 1C and FC. RGB value is (166,28,252). Sum of RGB (Red+Green+Blue) = 166+28+252=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #A61CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61CFC is #59E303. Grayscale: #5E5E5E. Windows color (decimal): -5890820 or 16522406. OLE color: 16522406.

HSL color Cylindrical-coordinate representation of color #A61CFC: hue angle of 276.96º 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 #A61CFC is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 28 252 -
CMYK 0.34 0.89 0 0.01
HSL 276.96º 0.97% 0.55% -
HSV(B) 276.96º 0.89% 0.99% -
XYZ 33.71 15.97 93.4 -
YUV 94.8 216.72 178.79 -
System Red Green Blue C M Y K H S L
Decimal 166 28 252 0.34 0.89 0 0.01 276.96 0.97 0.55
Hex A6 1C FC 22 59 0 1 115 61 37
Octal 246 34 374 42 131 0 1 425 141 67
Binary 10100110 11100 11111100 100010 1011001 0 1 100010101 1100001 110111

Color Harmonies of #A61CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CFC

Black with #A61CFC

Text Example


Text Example

White with #A61CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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