Html Css Color HEX #A87CD0 Amethyst

📋 copy color: '#A87CD0'

red 168 ◦ green 124 ◦ blue 208

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

Shades of Amethyst #A87CD0

Tints of Amethyst #A87CD0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.8%

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 33.6%
G = 24.8%
B = 41.6%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A87CD0 (or 0xA87CD0) is known color: Amethyst. HEX triplet: A8, 7C and D0. RGB value is (168,124,208). Sum of RGB (Red+Green+Blue) = 168+124+208=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #A87CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CD0 is #57832F. Grayscale: #929292. Windows color (decimal): -5735216 or 13663400. OLE color: 13663400.

HSL color Cylindrical-coordinate representation of color #A87CD0: hue angle of 271.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87CD0 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 124 208 -
CMYK 0.19 0.40 0 0.18
HSL 271.43º 0.47% 0.65% -
HSV(B) 271.43º 0.4% 0.82% -
XYZ 34.74 27.29 63.11 -
YUV 146.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 168 124 208 0.19 0.40 0 0.18 271.43 0.47 0.65
Hex A8 7C D0 13 28 0 12 10F 2F 41
Octal 250 174 320 23 50 0 22 417 57 101
Binary 10101000 1111100 11010000 10011 101000 0 10010 100001111 101111 1000001

Color Harmonies of #A87CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87CD0

Black with #A87CD0

Text Example


Text Example

White with #A87CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87CD0; }

 p { color: rgb(168,124,208); }

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

background-color css

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

 a { background-color: rgb(168,124,208); }

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

border-color css

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

 span { border-color: rgb(168,124,208); }

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