Html Css Color HEX #A766D5 Amethyst

📋 copy color: '#A766D5'

red 167 ◦ green 102 ◦ blue 213

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

Shades of Amethyst #A766D5

Tints of Amethyst #A766D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 34.65%
G = 21.16%
B = 44.19%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A766D5 (or 0xA766D5) is known color: Amethyst. HEX triplet: A7, 66 and D5. RGB value is (167,102,213). Sum of RGB (Red+Green+Blue) = 167+102+213=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #A766D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766D5 is #58992A. Grayscale: #858585. Windows color (decimal): -5806379 or 13985447. OLE color: 13985447.

HSL color Cylindrical-coordinate representation of color #A766D5: hue angle of 275.14º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A766D5 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 102 213 -
CMYK 0.22 0.52 0 0.16
HSL 275.14º 0.57% 0.62% -
HSV(B) 275.14º 0.52% 0.84% -
XYZ 32.7 22.52 65.57 -
YUV 134.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 167 102 213 0.22 0.52 0 0.16 275.14 0.57 0.62
Hex A7 66 D5 16 34 0 10 113 39 3E
Octal 247 146 325 26 64 0 20 423 71 76
Binary 10100111 1100110 11010101 10110 110100 0 10000 100010011 111001 111110

Color Harmonies of #A766D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766D5

Black with #A766D5

Text Example


Text Example

White with #A766D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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