Html Css Color HEX #A773CC Amethyst

📋 copy color: '#A773CC'

red 167 ◦ green 115 ◦ blue 204

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

Shades of Amethyst #A773CC

Tints of Amethyst #A773CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 34.36%
G = 23.66%
B = 41.98%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A773CC (or 0xA773CC) is known color: Amethyst. HEX triplet: A7, 73 and CC. RGB value is (167,115,204). Sum of RGB (Red+Green+Blue) = 167+115+204=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #A773CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773CC is #588C33. Grayscale: #8C8C8C. Windows color (decimal): -5803060 or 13398951. OLE color: 13398951.

HSL color Cylindrical-coordinate representation of color #A773CC: hue angle of 275.06º 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 #A773CC is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 115 204 -
CMYK 0.18 0.44 0 0.2
HSL 275.06º 0.47% 0.63% -
HSV(B) 275.06º 0.44% 0.8% -
XYZ 32.97 24.84 60.18 -
YUV 140.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 167 115 204 0.18 0.44 0 0.2 275.06 0.47 0.63
Hex A7 73 CC 12 2C 0 14 113 2F 3F
Octal 247 163 314 22 54 0 24 423 57 77
Binary 10100111 1110011 11001100 10010 101100 0 10100 100010011 101111 111111

Color Harmonies of #A773CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A773CC

Black with #A773CC

Text Example


Text Example

White with #A773CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A773CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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