Html Css Color HEX #A66FF7 Medium Purple

📋 copy color: '#A66FF7'

red 166 ◦ green 111 ◦ blue 247

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

Shades of Medium Purple #A66FF7

Tints of Medium Purple #A66FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.14%

R = 31.68%
G = 21.18%
B = 47.14%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A66FF7 (or 0xA66FF7) is known color: Medium Purple. HEX triplet: A6, 6F and F7. RGB value is (166,111,247). Sum of RGB (Red+Green+Blue) = 166+111+247=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #A66FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66FF7 is #599008. Grayscale: #8E8E8E. Windows color (decimal): -5869577 or 16215974. OLE color: 16215974.

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

Color convert

RGB 166 111 247 -
CMYK 0.33 0.55 0 0.03
HSL 264.26º 0.89% 0.7% -
HSV(B) 264.26º 0.55% 0.97% -
XYZ 38.2 26.19 91.04 -
YUV 142.95 186.72 144.44 -
System Red Green Blue C M Y K H S L
Decimal 166 111 247 0.33 0.55 0 0.03 264.26 0.89 0.7
Hex A6 6F F7 21 37 0 3 108 59 46
Octal 246 157 367 41 67 0 3 410 131 106
Binary 10100110 1101111 11110111 100001 110111 0 11 100001000 1011001 1000110

Color Harmonies of #A66FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FF7

Black with #A66FF7

Text Example


Text Example

White with #A66FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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