Html Css Color HEX #A66DCB Amethyst

📋 copy color: '#A66DCB'

red 166 ◦ green 109 ◦ blue 203

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

Shades of Amethyst #A66DCB

Tints of Amethyst #A66DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 34.73%
G = 22.8%
B = 42.47%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A66DCB (or 0xA66DCB) is known color: Amethyst. HEX triplet: A6, 6D and CB. RGB value is (166,109,203). Sum of RGB (Red+Green+Blue) = 166+109+203=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A66DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DCB is #599234. Grayscale: #888888. Windows color (decimal): -5870133 or 13331878. OLE color: 13331878.

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

Color convert

RGB 166 109 203 -
CMYK 0.18 0.46 0 0.20
HSL 276.38º 0.47% 0.61% -
HSV(B) 276.38º 0.46% 0.8% -
XYZ 31.97 23.36 59.32 -
YUV 136.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 166 109 203 0.18 0.46 0 0.20 276.38 0.47 0.61
Hex A6 6D CB 12 2E 0 14 114 2F 3D
Octal 246 155 313 22 56 0 24 424 57 75
Binary 10100110 1101101 11001011 10010 101110 0 10100 100010100 101111 111101

Color Harmonies of #A66DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DCB

Black with #A66DCB

Text Example


Text Example

White with #A66DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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