Html Css Color HEX #A766DB Amethyst

📋 copy color: '#A766DB'

red 167 ◦ green 102 ◦ blue 219

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

Shades of Amethyst #A766DB

Tints of Amethyst #A766DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 34.22%
G = 20.9%
B = 44.88%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A766DB (or 0xA766DB) is known color: Amethyst. HEX triplet: A7, 66 and DB. RGB value is (167,102,219). Sum of RGB (Red+Green+Blue) = 167+102+219=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #A766DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766DB is #589924. Grayscale: #868686. Windows color (decimal): -5806373 or 14378663. OLE color: 14378663.

HSL color Cylindrical-coordinate representation of color #A766DB: hue angle of 273.33º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A766DB is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 102 219 -
CMYK 0.24 0.53 0 0.14
HSL 273.33º 0.62% 0.63% -
HSV(B) 273.33º 0.53% 0.86% -
XYZ 33.47 22.83 69.66 -
YUV 134.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 167 102 219 0.24 0.53 0 0.14 273.33 0.62 0.63
Hex A7 66 DB 18 35 0 E 111 3E 3F
Octal 247 146 333 30 65 0 16 421 76 77
Binary 10100111 1100110 11011011 11000 110101 0 1110 100010001 111110 111111

Color Harmonies of #A766DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766DB

Black with #A766DB

Text Example


Text Example

White with #A766DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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