Html Css Color HEX #A66EF5 Medium Purple

📋 copy color: '#A66EF5'

red 166 ◦ green 110 ◦ blue 245

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

Shades of Medium Purple #A66EF5

Tints of Medium Purple #A66EF5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.11%

 BLUE value IS 245 (96.09% from 255) = 47.02%

R = 31.86%
G = 21.11%
B = 47.02%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A66EF5 (or 0xA66EF5) is known color: Medium Purple. HEX triplet: A6, 6E and F5. RGB value is (166,110,245). Sum of RGB (Red+Green+Blue) = 166+110+245=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #A66EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EF5 is #59910A. Grayscale: #8D8D8D. Windows color (decimal): -5869835 or 16084646. OLE color: 16084646.

HSL color Cylindrical-coordinate representation of color #A66EF5: hue angle of 264.89º degrees, saturation: 0.87, 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 #A66EF5 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 110 245 -
CMYK 0.32 0.55 0 0.04
HSL 264.89º 0.87% 0.7% -
HSV(B) 264.89º 0.55% 0.96% -
XYZ 37.78 25.85 89.38 -
YUV 142.13 186.05 145.02 -
System Red Green Blue C M Y K H S L
Decimal 166 110 245 0.32 0.55 0 0.04 264.89 0.87 0.7
Hex A6 6E F5 20 37 0 4 109 57 46
Octal 246 156 365 40 67 0 4 411 127 106
Binary 10100110 1101110 11110101 100000 110111 0 100 100001001 1010111 1000110

Color Harmonies of #A66EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66EF5

Black with #A66EF5

Text Example


Text Example

White with #A66EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66EF5; }

 p { color: rgb(166,110,245); }

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

background-color css

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

 a { background-color: rgb(166,110,245); }

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

border-color css

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

 span { border-color: rgb(166,110,245); }

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