Html Css Color HEX #A773C2 Amethyst

📋 copy color: '#A773C2'

red 167 ◦ green 115 ◦ blue 194

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

Shades of Amethyst #A773C2

Tints of Amethyst #A773C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 35.08%
G = 24.16%
B = 40.76%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A773C2 (or 0xA773C2) is known color: Amethyst. HEX triplet: A7, 73 and C2. RGB value is (167,115,194). Sum of RGB (Red+Green+Blue) = 167+115+194=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 194 - color contains mainly: blue. Hex color #A773C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773C2 is #588C3D. Grayscale: #8B8B8B. Windows color (decimal): -5803070 or 12743591. OLE color: 12743591.

HSL color Cylindrical-coordinate representation of color #A773C2: hue angle of 279.49º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A773C2 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 115 194 -
CMYK 0.14 0.41 0 0.24
HSL 279.49º 0.39% 0.61% -
HSV(B) 279.49º 0.41% 0.76% -
XYZ 31.8 24.37 54.07 -
YUV 139.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 167 115 194 0.14 0.41 0 0.24 279.49 0.39 0.61
Hex A7 73 C2 E 29 0 18 117 27 3D
Octal 247 163 302 16 51 0 30 427 47 75
Binary 10100111 1110011 11000010 1110 101001 0 11000 100010111 100111 111101

Color Harmonies of #A773C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A773C2

Black with #A773C2

Text Example


Text Example

White with #A773C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A773C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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