Html Css Color HEX #A600FF Electric Purple

📋 copy color: '#A600FF'

red 166 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #A600FF

Tints of Electric Purple #A600FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.57%

R = 39.43%
G = 0%
B = 60.57%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A600FF (or 0xA600FF) is known color: Electric Purple. HEX triplet: A6, 00 and FF. RGB value is (166,0,255). Sum of RGB (Red+Green+Blue) = 166+0+255=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #A600FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600FF is #59FF00. Grayscale: #4D4D4D. Windows color (decimal): -5897985 or 16711846. OLE color: 16711846.

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

Color convert

RGB 166 0 255 -
CMYK 0.35 1 0 0
HSL 279.06º 1% 0.5% -
HSV(B) 279.06º 1% 1% -
XYZ 33.78 15.33 95.79 -
YUV 78.7 227.5 190.27 -
System Red Green Blue C M Y K H S L
Decimal 166 0 255 0.35 1 0 0 279.06 1 0.5
Hex A6 0 FF 23 64 0 0 117 64 32
Octal 246 0 377 43 144 0 0 427 144 62
Binary 10100110 0 11111111 100011 1100100 0 0 100010111 1100100 110010

Color Harmonies of #A600FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600FF

Black with #A600FF

Text Example


Text Example

White with #A600FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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