Html Css Color HEX #A66DCC Amethyst

📋 copy color: '#A66DCC'

red 166 ◦ green 109 ◦ blue 204

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

Shades of Amethyst #A66DCC

Tints of Amethyst #A66DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 34.66%
G = 22.76%
B = 42.59%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A66DCC (or 0xA66DCC) is known color: Amethyst. HEX triplet: A6, 6D and CC. RGB value is (166,109,204). Sum of RGB (Red+Green+Blue) = 166+109+204=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #A66DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DCC is #599233. Grayscale: #888888. Windows color (decimal): -5870132 or 13397414. OLE color: 13397414.

HSL color Cylindrical-coordinate representation of color #A66DCC: hue angle of 276º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66DCC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 109 204 -
CMYK 0.19 0.47 0 0.2
HSL 276º 0.48% 0.61% -
HSV(B) 276º 0.47% 0.8% -
XYZ 32.09 23.4 59.95 -
YUV 136.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 166 109 204 0.19 0.47 0 0.2 276 0.48 0.61
Hex A6 6D CC 13 2F 0 14 114 30 3D
Octal 246 155 314 23 57 0 24 424 60 75
Binary 10100110 1101101 11001100 10011 101111 0 10100 100010100 110000 111101

Color Harmonies of #A66DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DCC

Black with #A66DCC

Text Example


Text Example

White with #A66DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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