Html Css Color HEX #A600F2 Electric Purple

📋 copy color: '#A600F2'

red 166 ◦ green 0 ◦ blue 242

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

Shades of Electric Purple #A600F2

Tints of Electric Purple #A600F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 59.31%

R = 40.69%
G = 0%
B = 59.31%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A600F2 (or 0xA600F2) is known color: Electric Purple. HEX triplet: A6, 00 and F2. RGB value is (166,0,242). Sum of RGB (Red+Green+Blue) = 166+0+242=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #A600F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600F2 is #59FF0D. Grayscale: #4C4C4C. Windows color (decimal): -5897998 or 15859878. OLE color: 15859878.

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

Color convert

RGB 166 0 242 -
CMYK 0.31 1 0 0.05
HSL 281.16º 1% 0.47% -
HSV(B) 281.16º 1% 0.95% -
XYZ 31.75 14.52 85.13 -
YUV 77.22 221 191.32 -
System Red Green Blue C M Y K H S L
Decimal 166 0 242 0.31 1 0 0.05 281.16 1 0.47
Hex A6 0 F2 1F 64 0 5 119 64 2F
Octal 246 0 362 37 144 0 5 431 144 57
Binary 10100110 0 11110010 11111 1100100 0 101 100011001 1100100 101111

Color Harmonies of #A600F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600F2

Black with #A600F2

Text Example


Text Example

White with #A600F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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