Html Css Color HEX #A766DE Amethyst

📋 copy color: '#A766DE'

red 167 ◦ green 102 ◦ blue 222

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

Shades of Amethyst #A766DE

Tints of Amethyst #A766DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 34.01%
G = 20.77%
B = 45.21%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A766DE (or 0xA766DE) is known color: Amethyst. HEX triplet: A7, 66 and DE. RGB value is (167,102,222). Sum of RGB (Red+Green+Blue) = 167+102+222=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #A766DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766DE is #589921. Grayscale: #868686. Windows color (decimal): -5806370 or 14575271. OLE color: 14575271.

HSL color Cylindrical-coordinate representation of color #A766DE: hue angle of 272.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A766DE is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 102 222 -
CMYK 0.25 0.54 0 0.13
HSL 272.5º 0.65% 0.64% -
HSV(B) 272.5º 0.54% 0.87% -
XYZ 33.87 22.99 71.76 -
YUV 135.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 167 102 222 0.25 0.54 0 0.13 272.5 0.65 0.64
Hex A7 66 DE 19 36 0 D 110 41 40
Octal 247 146 336 31 66 0 15 420 101 100
Binary 10100111 1100110 11011110 11001 110110 0 1101 100010000 1000001 1000000

Color Harmonies of #A766DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766DE

Black with #A766DE

Text Example


Text Example

White with #A766DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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