Html Css Color HEX #A773D0 Amethyst

📋 copy color: '#A773D0'

red 167 ◦ green 115 ◦ blue 208

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

Shades of Amethyst #A773D0

Tints of Amethyst #A773D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 34.08%
G = 23.47%
B = 42.45%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A773D0 (or 0xA773D0) is known color: Amethyst. HEX triplet: A7, 73 and D0. RGB value is (167,115,208). Sum of RGB (Red+Green+Blue) = 167+115+208=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #A773D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773D0 is #588C2F. Grayscale: #8C8C8C. Windows color (decimal): -5803056 or 13661095. OLE color: 13661095.

HSL color Cylindrical-coordinate representation of color #A773D0: hue angle of 273.55º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A773D0 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 115 208 -
CMYK 0.20 0.45 0 0.18
HSL 273.55º 0.5% 0.63% -
HSV(B) 273.55º 0.45% 0.82% -
XYZ 33.45 25.03 62.74 -
YUV 141.15 165.73 146.44 -
System Red Green Blue C M Y K H S L
Decimal 167 115 208 0.20 0.45 0 0.18 273.55 0.5 0.63
Hex A7 73 D0 14 2D 0 12 112 32 3F
Octal 247 163 320 24 55 0 22 422 62 77
Binary 10100111 1110011 11010000 10100 101101 0 10010 100010010 110010 111111

Color Harmonies of #A773D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A773D0

Black with #A773D0

Text Example


Text Example

White with #A773D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A773D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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