Html Css Color HEX #A773CF Amethyst

📋 copy color: '#A773CF'

red 167 ◦ green 115 ◦ blue 207

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

Shades of Amethyst #A773CF

Tints of Amethyst #A773CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 34.15%
G = 23.52%
B = 42.33%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A773CF (or 0xA773CF) is known color: Amethyst. HEX triplet: A7, 73 and CF. RGB value is (167,115,207). Sum of RGB (Red+Green+Blue) = 167+115+207=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #A773CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773CF is #588C30. Grayscale: #8C8C8C. Windows color (decimal): -5803057 or 13595559. OLE color: 13595559.

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

Color convert

RGB 167 115 207 -
CMYK 0.19 0.44 0 0.19
HSL 273.91º 0.49% 0.63% -
HSV(B) 273.91º 0.44% 0.81% -
XYZ 33.33 24.98 62.1 -
YUV 141.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 167 115 207 0.19 0.44 0 0.19 273.91 0.49 0.63
Hex A7 73 CF 13 2C 0 13 112 31 3F
Octal 247 163 317 23 54 0 23 422 61 77
Binary 10100111 1110011 11001111 10011 101100 0 10011 100010010 110001 111111

Color Harmonies of #A773CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A773CF

Black with #A773CF

Text Example


Text Example

White with #A773CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A773CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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