Html Css Color HEX #A766C6 Amethyst

📋 copy color: '#A766C6'

red 167 ◦ green 102 ◦ blue 198

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

Shades of Amethyst #A766C6

Tints of Amethyst #A766C6

RGB

 RED value IS 167 (65.63% from 255) = 35.76%

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

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 35.76%
G = 21.84%
B = 42.4%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A766C6 (or 0xA766C6) is known color: Amethyst. HEX triplet: A7, 66 and C6. RGB value is (167,102,198). Sum of RGB (Red+Green+Blue) = 167+102+198=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #A766C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766C6 is #589939. Grayscale: #848484. Windows color (decimal): -5806394 or 13002407. OLE color: 13002407.

HSL color Cylindrical-coordinate representation of color #A766C6: hue angle of 280.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A766C6 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 102 198 -
CMYK 0.16 0.48 0 0.22
HSL 280.63º 0.46% 0.59% -
HSV(B) 280.63º 0.48% 0.78% -
XYZ 30.88 21.8 56.01 -
YUV 132.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 167 102 198 0.16 0.48 0 0.22 280.63 0.46 0.59
Hex A7 66 C6 10 30 0 16 119 2E 3B
Octal 247 146 306 20 60 0 26 431 56 73
Binary 10100111 1100110 11000110 10000 110000 0 10110 100011001 101110 111011

Color Harmonies of #A766C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766C6

Black with #A766C6

Text Example


Text Example

White with #A766C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766C6; }

 p { color: rgb(167,102,198); }

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

background-color css

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

 a { background-color: rgb(167,102,198); }

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

border-color css

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

 span { border-color: rgb(167,102,198); }

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