Html Css Color HEX #A66DED Medium Purple

📋 copy color: '#A66DED'

red 166 ◦ green 109 ◦ blue 237

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

Shades of Medium Purple #A66DED

Tints of Medium Purple #A66DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.29%

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 32.42%
G = 21.29%
B = 46.29%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A66DED (or 0xA66DED) is known color: Medium Purple. HEX triplet: A6, 6D and ED. RGB value is (166,109,237). Sum of RGB (Red+Green+Blue) = 166+109+237=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #A66DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66DED is #599212. Grayscale: #8C8C8C. Windows color (decimal): -5870099 or 15560102. OLE color: 15560102.

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

Color convert

RGB 166 109 237 -
CMYK 0.30 0.54 0 0.07
HSL 266.72º 0.78% 0.68% -
HSV(B) 266.72º 0.54% 0.93% -
XYZ 36.48 25.16 83.05 -
YUV 140.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 166 109 237 0.30 0.54 0 0.07 266.72 0.78 0.68
Hex A6 6D ED 1E 36 0 7 10B 4E 44
Octal 246 155 355 36 66 0 7 413 116 104
Binary 10100110 1101101 11101101 11110 110110 0 111 100001011 1001110 1000100

Color Harmonies of #A66DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DED

Black with #A66DED

Text Example


Text Example

White with #A66DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DED; }

 p { color: rgb(166,109,237); }

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

background-color css

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

 a { background-color: rgb(166,109,237); }

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

border-color css

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

 span { border-color: rgb(166,109,237); }

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