Html Css Color HEX #A677D4 Amethyst

📋 copy color: '#A677D4'

red 166 ◦ green 119 ◦ blue 212

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

Shades of Amethyst #A677D4

Tints of Amethyst #A677D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.66%

R = 33.4%
G = 23.94%
B = 42.66%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A677D4 (or 0xA677D4) is known color: Amethyst. HEX triplet: A6, 77 and D4. RGB value is (166,119,212). Sum of RGB (Red+Green+Blue) = 166+119+212=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #A677D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677D4 is #59882B. Grayscale: #8F8F8F. Windows color (decimal): -5867564 or 13924262. OLE color: 13924262.

HSL color Cylindrical-coordinate representation of color #A677D4: hue angle of 270.32º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A677D4 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 119 212 -
CMYK 0.22 0.44 0 0.17
HSL 270.32º 0.52% 0.65% -
HSV(B) 270.32º 0.44% 0.83% -
XYZ 34.21 26.05 65.51 -
YUV 143.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 166 119 212 0.22 0.44 0 0.17 270.32 0.52 0.65
Hex A6 77 D4 16 2C 0 11 10E 34 41
Octal 246 167 324 26 54 0 21 416 64 101
Binary 10100110 1110111 11010100 10110 101100 0 10001 100001110 110100 1000001

Color Harmonies of #A677D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677D4

Black with #A677D4

Text Example


Text Example

White with #A677D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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