Html Css Color HEX #A773CD Amethyst

📋 copy color: '#A773CD'

red 167 ◦ green 115 ◦ blue 205

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

Shades of Amethyst #A773CD

Tints of Amethyst #A773CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 34.29%
G = 23.61%
B = 42.09%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A773CD (or 0xA773CD) is known color: Amethyst. HEX triplet: A7, 73 and CD. RGB value is (167,115,205). Sum of RGB (Red+Green+Blue) = 167+115+205=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #A773CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773CD is #588C32. Grayscale: #8C8C8C. Windows color (decimal): -5803059 or 13464487. OLE color: 13464487.

HSL color Cylindrical-coordinate representation of color #A773CD: hue angle of 274.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A773CD is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 115 205 -
CMYK 0.19 0.44 0 0.20
HSL 274.67º 0.47% 0.63% -
HSV(B) 274.67º 0.44% 0.8% -
XYZ 33.09 24.88 60.82 -
YUV 140.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 167 115 205 0.19 0.44 0 0.20 274.67 0.47 0.63
Hex A7 73 CD 13 2C 0 14 113 2F 3F
Octal 247 163 315 23 54 0 24 423 57 77
Binary 10100111 1110011 11001101 10011 101100 0 10100 100010011 101111 111111

Color Harmonies of #A773CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A773CD

Black with #A773CD

Text Example


Text Example

White with #A773CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A773CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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