Html Css Color HEX #A66AED Medium Purple

📋 copy color: '#A66AED'

red 166 ◦ green 106 ◦ blue 237

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

Shades of Medium Purple #A66AED

Tints of Medium Purple #A66AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.83%

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

R = 32.61%
G = 20.83%
B = 46.56%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A66AED (or 0xA66AED) is known color: Medium Purple. HEX triplet: A6, 6A and ED. RGB value is (166,106,237). Sum of RGB (Red+Green+Blue) = 166+106+237=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #A66AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66AED is #599512. Grayscale: #8A8A8A. Windows color (decimal): -5870867 or 15559334. OLE color: 15559334.

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

Color convert

RGB 166 106 237 -
CMYK 0.30 0.55 0 0.07
HSL 267.48º 0.78% 0.67% -
HSV(B) 267.48º 0.55% 0.93% -
XYZ 36.17 24.53 82.95 -
YUV 138.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 166 106 237 0.30 0.55 0 0.07 267.48 0.78 0.67
Hex A6 6A ED 1E 37 0 7 10B 4E 43
Octal 246 152 355 36 67 0 7 413 116 103
Binary 10100110 1101010 11101101 11110 110111 0 111 100001011 1001110 1000011

Color Harmonies of #A66AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66AED

Black with #A66AED

Text Example


Text Example

White with #A66AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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