Html Css Color HEX #A677CA Amethyst

📋 copy color: '#A677CA'

red 166 ◦ green 119 ◦ blue 202

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

Shades of Amethyst #A677CA

Tints of Amethyst #A677CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 34.09%
G = 24.44%
B = 41.48%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A677CA (or 0xA677CA) is known color: Amethyst. HEX triplet: A6, 77 and CA. RGB value is (166,119,202). Sum of RGB (Red+Green+Blue) = 166+119+202=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #A677CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677CA is #598835. Grayscale: #8E8E8E. Windows color (decimal): -5867574 or 13268902. OLE color: 13268902.

HSL color Cylindrical-coordinate representation of color #A677CA: hue angle of 273.98º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A677CA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 119 202 -
CMYK 0.18 0.41 0 0.21
HSL 273.98º 0.44% 0.63% -
HSV(B) 273.98º 0.41% 0.79% -
XYZ 32.98 25.56 59.07 -
YUV 142.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 166 119 202 0.18 0.41 0 0.21 273.98 0.44 0.63
Hex A6 77 CA 12 29 0 15 112 2C 3F
Octal 246 167 312 22 51 0 25 422 54 77
Binary 10100110 1110111 11001010 10010 101001 0 10101 100010010 101100 111111

Color Harmonies of #A677CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677CA

Black with #A677CA

Text Example


Text Example

White with #A677CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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