Html Css Color HEX #A66FEC Medium Purple

📋 copy color: '#A66FEC'

red 166 ◦ green 111 ◦ blue 236

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

Shades of Medium Purple #A66FEC

Tints of Medium Purple #A66FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 32.36%
G = 21.64%
B = 46%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A66FEC (or 0xA66FEC) is known color: Medium Purple. HEX triplet: A6, 6F and EC. RGB value is (166,111,236). Sum of RGB (Red+Green+Blue) = 166+111+236=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #A66FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66FEC is #599013. Grayscale: #8D8D8D. Windows color (decimal): -5869588 or 15495078. OLE color: 15495078.

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

Color convert

RGB 166 111 236 -
CMYK 0.30 0.53 0 0.07
HSL 266.4º 0.77% 0.68% -
HSV(B) 266.4º 0.53% 0.93% -
XYZ 36.55 25.53 82.36 -
YUV 141.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 166 111 236 0.30 0.53 0 0.07 266.4 0.77 0.68
Hex A6 6F EC 1E 35 0 7 10A 4D 44
Octal 246 157 354 36 65 0 7 412 115 104
Binary 10100110 1101111 11101100 11110 110101 0 111 100001010 1001101 1000100

Color Harmonies of #A66FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FEC

Black with #A66FEC

Text Example


Text Example

White with #A66FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FEC; }

 p { color: rgb(166,111,236); }

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

background-color css

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

 a { background-color: rgb(166,111,236); }

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

border-color css

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

 span { border-color: rgb(166,111,236); }

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