Html Css Color HEX #A66ECB Amethyst

📋 copy color: '#A66ECB'

red 166 ◦ green 110 ◦ blue 203

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

Shades of Amethyst #A66ECB

Tints of Amethyst #A66ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.96%

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

R = 34.66%
G = 22.96%
B = 42.38%

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

#A66ECB (or 0xA66ECB) is known color: Amethyst. HEX triplet: A6, 6E and CB. RGB value is (166,110,203). Sum of RGB (Red+Green+Blue) = 166+110+203=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #A66ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ECB is #599134. Grayscale: #898989. Windows color (decimal): -5869877 or 13332134. OLE color: 13332134.

HSL color Cylindrical-coordinate representation of color #A66ECB: hue angle of 276.13º 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 #A66ECB is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 110 203 -
CMYK 0.18 0.46 0 0.20
HSL 276.13º 0.47% 0.61% -
HSV(B) 276.13º 0.46% 0.8% -
XYZ 32.08 23.57 59.36 -
YUV 137.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 166 110 203 0.18 0.46 0 0.20 276.13 0.47 0.61
Hex A6 6E CB 12 2E 0 14 114 2F 3D
Octal 246 156 313 22 56 0 24 424 57 75
Binary 10100110 1101110 11001011 10010 101110 0 10100 100010100 101111 111101

Color Harmonies of #A66ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66ECB

Black with #A66ECB

Text Example


Text Example

White with #A66ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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