Html Css Color HEX #A66CE1 Medium Purple

📋 copy color: '#A66CE1'

red 166 ◦ green 108 ◦ blue 225

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

Shades of Medium Purple #A66CE1

Tints of Medium Purple #A66CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.64%

 BLUE value IS 225 (88.28% from 255) = 45.09%

R = 33.27%
G = 21.64%
B = 45.09%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A66CE1 (or 0xA66CE1) is known color: Medium Purple. HEX triplet: A6, 6C and E1. RGB value is (166,108,225). Sum of RGB (Red+Green+Blue) = 166+108+225=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #A66CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CE1 is #59931E. Grayscale: #8A8A8A. Windows color (decimal): -5870367 or 14773414. OLE color: 14773414.

HSL color Cylindrical-coordinate representation of color #A66CE1: hue angle of 269.74º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A66CE1 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 108 225 -
CMYK 0.26 0.52 0 0.12
HSL 269.74º 0.66% 0.65% -
HSV(B) 269.74º 0.52% 0.88% -
XYZ 34.68 24.27 74.09 -
YUV 138.68 176.72 147.49 -
System Red Green Blue C M Y K H S L
Decimal 166 108 225 0.26 0.52 0 0.12 269.74 0.66 0.65
Hex A6 6C E1 1A 34 0 C 10E 42 41
Octal 246 154 341 32 64 0 14 416 102 101
Binary 10100110 1101100 11100001 11010 110100 0 1100 100001110 1000010 1000001

Color Harmonies of #A66CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CE1

Black with #A66CE1

Text Example


Text Example

White with #A66CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CE1; }

 p { color: rgb(166,108,225); }

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

background-color css

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

 a { background-color: rgb(166,108,225); }

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

border-color css

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

 span { border-color: rgb(166,108,225); }

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