Html Css Color HEX #A766DD Amethyst

📋 copy color: '#A766DD'

red 167 ◦ green 102 ◦ blue 221

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

Shades of Amethyst #A766DD

Tints of Amethyst #A766DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 34.08%
G = 20.82%
B = 45.1%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A766DD (or 0xA766DD) is known color: Amethyst. HEX triplet: A7, 66 and DD. RGB value is (167,102,221). Sum of RGB (Red+Green+Blue) = 167+102+221=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #A766DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766DD is #589922. Grayscale: #868686. Windows color (decimal): -5806371 or 14509735. OLE color: 14509735.

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

Color convert

RGB 167 102 221 -
CMYK 0.24 0.54 0 0.13
HSL 272.77º 0.64% 0.63% -
HSV(B) 272.77º 0.54% 0.87% -
XYZ 33.74 22.94 71.06 -
YUV 135 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 167 102 221 0.24 0.54 0 0.13 272.77 0.64 0.63
Hex A7 66 DD 18 36 0 D 111 40 3F
Octal 247 146 335 30 66 0 15 421 100 77
Binary 10100111 1100110 11011101 11000 110110 0 1101 100010001 1000000 111111

Color Harmonies of #A766DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766DD

Black with #A766DD

Text Example


Text Example

White with #A766DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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