Html Css Color HEX #A877D7 Amethyst

📋 copy color: '#A877D7'

red 168 ◦ green 119 ◦ blue 215

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

Shades of Amethyst #A877D7

Tints of Amethyst #A877D7

RGB

 RED value IS 168 (66.02% from 255) = 33.47%

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

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 33.47%
G = 23.71%
B = 42.83%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A877D7 (or 0xA877D7) is known color: Amethyst. HEX triplet: A8, 77 and D7. RGB value is (168,119,215). Sum of RGB (Red+Green+Blue) = 168+119+215=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #A877D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877D7 is #578828. Grayscale: #909090. Windows color (decimal): -5736489 or 14120872. OLE color: 14120872.

HSL color Cylindrical-coordinate representation of color #A877D7: hue angle of 270.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A877D7 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 119 215 -
CMYK 0.22 0.45 0 0.16
HSL 270.63º 0.55% 0.65% -
HSV(B) 270.63º 0.45% 0.84% -
XYZ 35.01 26.42 67.55 -
YUV 144.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 168 119 215 0.22 0.45 0 0.16 270.63 0.55 0.65
Hex A8 77 D7 16 2D 0 10 10F 37 41
Octal 250 167 327 26 55 0 20 417 67 101
Binary 10101000 1110111 11010111 10110 101101 0 10000 100001111 110111 1000001

Color Harmonies of #A877D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A877D7

Black with #A877D7

Text Example


Text Example

White with #A877D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A877D7; }

 p { color: rgb(168,119,215); }

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

background-color css

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

 a { background-color: rgb(168,119,215); }

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

border-color css

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

 span { border-color: rgb(168,119,215); }

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