Html Css Color HEX #A677CF Amethyst

📋 copy color: '#A677CF'

red 166 ◦ green 119 ◦ blue 207

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

Shades of Amethyst #A677CF

Tints of Amethyst #A677CF

RGB

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

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

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

R = 33.74%
G = 24.19%
B = 42.07%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A677CF (or 0xA677CF) is known color: Amethyst. HEX triplet: A6, 77 and CF. RGB value is (166,119,207). Sum of RGB (Red+Green+Blue) = 166+119+207=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #A677CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677CF is #598830. Grayscale: #8E8E8E. Windows color (decimal): -5867569 or 13596582. OLE color: 13596582.

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

Color convert

RGB 166 119 207 -
CMYK 0.20 0.43 0 0.19
HSL 272.05º 0.48% 0.64% -
HSV(B) 272.05º 0.43% 0.81% -
XYZ 33.59 25.81 62.24 -
YUV 143.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 166 119 207 0.20 0.43 0 0.19 272.05 0.48 0.64
Hex A6 77 CF 14 2B 0 13 110 30 40
Octal 246 167 317 24 53 0 23 420 60 100
Binary 10100110 1110111 11001111 10100 101011 0 10011 100010000 110000 1000000

Color Harmonies of #A677CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677CF

Black with #A677CF

Text Example


Text Example

White with #A677CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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