Html Css Color HEX #A600FC Electric Purple

📋 copy color: '#A600FC'

red 166 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #A600FC

Tints of Electric Purple #A600FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.71%
G = 0%
B = 60.29%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A600FC (or 0xA600FC) is known color: Electric Purple. HEX triplet: A6, 00 and FC. RGB value is (166,0,252). Sum of RGB (Red+Green+Blue) = 166+0+252=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #A600FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600FC is #59FF03. Grayscale: #4D4D4D. Windows color (decimal): -5897988 or 16515238. OLE color: 16515238.

HSL color Cylindrical-coordinate representation of color #A600FC: hue angle of 279.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600FC is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 0 252 -
CMYK 0.34 1 0 0.01
HSL 279.52º 1% 0.49% -
HSV(B) 279.52º 1% 0.99% -
XYZ 33.3 15.14 93.26 -
YUV 78.36 226 190.51 -
System Red Green Blue C M Y K H S L
Decimal 166 0 252 0.34 1 0 0.01 279.52 1 0.49
Hex A6 0 FC 22 64 0 1 118 64 31
Octal 246 0 374 42 144 0 1 430 144 61
Binary 10100110 0 11111100 100010 1100100 0 1 100011000 1100100 110001

Color Harmonies of #A600FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600FC

Black with #A600FC

Text Example


Text Example

White with #A600FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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