Html Css Color HEX #A66FF6 Medium Purple

📋 copy color: '#A66FF6'

red 166 ◦ green 111 ◦ blue 246

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

Shades of Medium Purple #A66FF6

Tints of Medium Purple #A66FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.04%

R = 31.74%
G = 21.22%
B = 47.04%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A66FF6 (or 0xA66FF6) is known color: Medium Purple. HEX triplet: A6, 6F and F6. RGB value is (166,111,246). Sum of RGB (Red+Green+Blue) = 166+111+246=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #A66FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66FF6 is #599009. Grayscale: #8E8E8E. Windows color (decimal): -5869578 or 16150438. OLE color: 16150438.

HSL color Cylindrical-coordinate representation of color #A66FF6: hue angle of 264.44º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A66FF6 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 111 246 -
CMYK 0.33 0.55 0 0.04
HSL 264.44º 0.88% 0.7% -
HSV(B) 264.44º 0.55% 0.96% -
XYZ 38.04 26.13 90.23 -
YUV 142.84 186.22 144.52 -
System Red Green Blue C M Y K H S L
Decimal 166 111 246 0.33 0.55 0 0.04 264.44 0.88 0.7
Hex A6 6F F6 21 37 0 4 108 58 46
Octal 246 157 366 41 67 0 4 410 130 106
Binary 10100110 1101111 11110110 100001 110111 0 100 100001000 1011000 1000110

Color Harmonies of #A66FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FF6

Black with #A66FF6

Text Example


Text Example

White with #A66FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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