Html Css Color HEX #A677CD Amethyst

📋 copy color: '#A677CD'

red 166 ◦ green 119 ◦ blue 205

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

Shades of Amethyst #A677CD

Tints of Amethyst #A677CD

RGB

 RED value IS 166 (65.23% from 255) = 33.88%

 GREEN value IS 119 (46.88% from 255) = 24.29%

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

R = 33.88%
G = 24.29%
B = 41.84%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A677CD (or 0xA677CD) is known color: Amethyst. HEX triplet: A6, 77 and CD. RGB value is (166,119,205). Sum of RGB (Red+Green+Blue) = 166+119+205=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #A677CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677CD is #598832. Grayscale: #8E8E8E. Windows color (decimal): -5867571 or 13465510. OLE color: 13465510.

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

Color convert

RGB 166 119 205 -
CMYK 0.19 0.42 0 0.20
HSL 272.79º 0.46% 0.64% -
HSV(B) 272.79º 0.42% 0.8% -
XYZ 33.34 25.71 60.96 -
YUV 142.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 166 119 205 0.19 0.42 0 0.20 272.79 0.46 0.64
Hex A6 77 CD 13 2A 0 14 111 2E 40
Octal 246 167 315 23 52 0 24 421 56 100
Binary 10100110 1110111 11001101 10011 101010 0 10100 100010001 101110 1000000

Color Harmonies of #A677CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677CD

Black with #A677CD

Text Example


Text Example

White with #A677CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677CD; }

 p { color: rgb(166,119,205); }

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

background-color css

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

 a { background-color: rgb(166,119,205); }

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

border-color css

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

 span { border-color: rgb(166,119,205); }

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