Html Css Color HEX #A600EE Electric Purple

📋 copy color: '#A600EE'

red 166 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #A600EE

Tints of Electric Purple #A600EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.91%

R = 41.09%
G = 0%
B = 58.91%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A600EE (or 0xA600EE) is known color: Electric Purple. HEX triplet: A6, 00 and EE. RGB value is (166,0,238). Sum of RGB (Red+Green+Blue) = 166+0+238=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #A600EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600EE is #59FF11. Grayscale: #4B4B4B. Windows color (decimal): -5898002 or 15597734. OLE color: 15597734.

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

Color convert

RGB 166 0 238 -
CMYK 0.30 1 0 0.07
HSL 281.85º 1% 0.47% -
HSV(B) 281.85º 1% 0.93% -
XYZ 31.16 14.28 82 -
YUV 76.77 219 191.65 -
System Red Green Blue C M Y K H S L
Decimal 166 0 238 0.30 1 0 0.07 281.85 1 0.47
Hex A6 0 EE 1E 64 0 7 11A 64 2F
Octal 246 0 356 36 144 0 7 432 144 57
Binary 10100110 0 11101110 11110 1100100 0 111 100011010 1100100 101111

Color Harmonies of #A600EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600EE

Black with #A600EE

Text Example


Text Example

White with #A600EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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