Html Css Color HEX #A600FD Electric Purple

📋 copy color: '#A600FD'

red 166 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #A600FD

Tints of Electric Purple #A600FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.38%

R = 39.62%
G = 0%
B = 60.38%

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

#A600FD (or 0xA600FD) is known color: Electric Purple. HEX triplet: A6, 00 and FD. RGB value is (166,0,253). Sum of RGB (Red+Green+Blue) = 166+0+253=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #A600FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600FD is #59FF02. Grayscale: #4D4D4D. Windows color (decimal): -5897987 or 16580774. OLE color: 16580774.

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

Color convert

RGB 166 0 253 -
CMYK 0.34 1 0 0.01
HSL 279.37º 1% 0.5% -
HSV(B) 279.37º 1% 0.99% -
XYZ 33.46 15.2 94.1 -
YUV 78.48 226.5 190.43 -
System Red Green Blue C M Y K H S L
Decimal 166 0 253 0.34 1 0 0.01 279.37 1 0.5
Hex A6 0 FD 22 64 0 1 117 64 32
Octal 246 0 375 42 144 0 1 427 144 62
Binary 10100110 0 11111101 100010 1100100 0 1 100010111 1100100 110010

Color Harmonies of #A600FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600FD

Black with #A600FD

Text Example


Text Example

White with #A600FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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