Html Css Color HEX #A766CE Amethyst

📋 copy color: '#A766CE'

red 167 ◦ green 102 ◦ blue 206

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

Shades of Amethyst #A766CE

Tints of Amethyst #A766CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 35.16%
G = 21.47%
B = 43.37%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A766CE (or 0xA766CE) is known color: Amethyst. HEX triplet: A7, 66 and CE. RGB value is (167,102,206). Sum of RGB (Red+Green+Blue) = 167+102+206=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #A766CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766CE is #589931. Grayscale: #848484. Windows color (decimal): -5806386 or 13526695. OLE color: 13526695.

HSL color Cylindrical-coordinate representation of color #A766CE: hue angle of 277.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A766CE is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 102 206 -
CMYK 0.19 0.50 0 0.19
HSL 277.5º 0.51% 0.6% -
HSV(B) 277.5º 0.5% 0.81% -
XYZ 31.83 22.17 61 -
YUV 133.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 167 102 206 0.19 0.50 0 0.19 277.5 0.51 0.6
Hex A7 66 CE 13 32 0 13 116 33 3C
Octal 247 146 316 23 62 0 23 426 63 74
Binary 10100111 1100110 11001110 10011 110010 0 10011 100010110 110011 111100

Color Harmonies of #A766CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766CE

Black with #A766CE

Text Example


Text Example

White with #A766CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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