Html Css Color HEX #A666CB Amethyst

📋 copy color: '#A666CB'

red 166 ◦ green 102 ◦ blue 203

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

Shades of Amethyst #A666CB

Tints of Amethyst #A666CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.66%

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

R = 35.24%
G = 21.66%
B = 43.1%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A666CB (or 0xA666CB) is known color: Amethyst. HEX triplet: A6, 66 and CB. RGB value is (166,102,203). Sum of RGB (Red+Green+Blue) = 166+102+203=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #A666CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666CB is #599934. Grayscale: #848484. Windows color (decimal): -5871925 or 13330086. OLE color: 13330086.

HSL color Cylindrical-coordinate representation of color #A666CB: hue angle of 278.02º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A666CB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 102 203 -
CMYK 0.18 0.50 0 0.20
HSL 278.02º 0.49% 0.6% -
HSV(B) 278.02º 0.5% 0.8% -
XYZ 31.26 21.92 59.08 -
YUV 132.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 166 102 203 0.18 0.50 0 0.20 278.02 0.49 0.6
Hex A6 66 CB 12 32 0 14 116 31 3C
Octal 246 146 313 22 62 0 24 426 61 74
Binary 10100110 1100110 11001011 10010 110010 0 10100 100010110 110001 111100

Color Harmonies of #A666CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666CB

Black with #A666CB

Text Example


Text Example

White with #A666CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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