Html Css Color HEX #A773DA Amethyst

📋 copy color: '#A773DA'

red 167 ◦ green 115 ◦ blue 218

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

Shades of Amethyst #A773DA

Tints of Amethyst #A773DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 33.4%
G = 23%
B = 43.6%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A773DA (or 0xA773DA) is known color: Amethyst. HEX triplet: A7, 73 and DA. RGB value is (167,115,218). Sum of RGB (Red+Green+Blue) = 167+115+218=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #A773DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773DA is #588C25. Grayscale: #8D8D8D. Windows color (decimal): -5803046 or 14316455. OLE color: 14316455.

HSL color Cylindrical-coordinate representation of color #A773DA: hue angle of 270.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A773DA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 115 218 -
CMYK 0.23 0.47 0 0.15
HSL 270.29º 0.58% 0.65% -
HSV(B) 270.29º 0.47% 0.85% -
XYZ 34.72 25.54 69.43 -
YUV 142.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 167 115 218 0.23 0.47 0 0.15 270.29 0.58 0.65
Hex A7 73 DA 17 2F 0 F 10E 3A 41
Octal 247 163 332 27 57 0 17 416 72 101
Binary 10100111 1110011 11011010 10111 101111 0 1111 100001110 111010 1000001

Color Harmonies of #A773DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A773DA

Black with #A773DA

Text Example


Text Example

White with #A773DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A773DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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