Html Css Color HEX #A773D6 Amethyst

📋 copy color: '#A773D6'

red 167 ◦ green 115 ◦ blue 214

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

Shades of Amethyst #A773D6

Tints of Amethyst #A773D6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.19%

 BLUE value IS 214 (83.98% from 255) = 43.15%

R = 33.67%
G = 23.19%
B = 43.15%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A773D6 (or 0xA773D6) is known color: Amethyst. HEX triplet: A7, 73 and D6. RGB value is (167,115,214). Sum of RGB (Red+Green+Blue) = 167+115+214=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #A773D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773D6 is #588C29. Grayscale: #8D8D8D. Windows color (decimal): -5803050 or 14054311. OLE color: 14054311.

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

Color convert

RGB 167 115 214 -
CMYK 0.22 0.46 0 0.16
HSL 271.52º 0.55% 0.65% -
HSV(B) 271.52º 0.46% 0.84% -
XYZ 34.2 25.33 66.71 -
YUV 141.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 167 115 214 0.22 0.46 0 0.16 271.52 0.55 0.65
Hex A7 73 D6 16 2E 0 10 110 37 41
Octal 247 163 326 26 56 0 20 420 67 101
Binary 10100111 1110011 11010110 10110 101110 0 10000 100010000 110111 1000001

Color Harmonies of #A773D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A773D6

Black with #A773D6

Text Example


Text Example

White with #A773D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A773D6; }

 p { color: rgb(167,115,214); }

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

background-color css

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

 a { background-color: rgb(167,115,214); }

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

border-color css

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

 span { border-color: rgb(167,115,214); }

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