Html Css Color HEX #A87AD6 Amethyst

📋 copy color: '#A87AD6'

red 168 ◦ green 122 ◦ blue 214

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

Shades of Amethyst #A87AD6

Tints of Amethyst #A87AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.21%

 BLUE value IS 214 (83.98% from 255) = 42.46%

R = 33.33%
G = 24.21%
B = 42.46%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A87AD6 (or 0xA87AD6) is known color: Amethyst. HEX triplet: A8, 7A and D6. RGB value is (168,122,214). Sum of RGB (Red+Green+Blue) = 168+122+214=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #A87AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AD6 is #578529. Grayscale: #919191. Windows color (decimal): -5735722 or 14056104. OLE color: 14056104.

HSL color Cylindrical-coordinate representation of color #A87AD6: hue angle of 270º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A87AD6 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 122 214 -
CMYK 0.21 0.43 0 0.16
HSL 270º 0.53% 0.66% -
HSV(B) 270º 0.43% 0.84% -
XYZ 35.25 27.1 66.99 -
YUV 146.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 168 122 214 0.21 0.43 0 0.16 270 0.53 0.66
Hex A8 7A D6 15 2B 0 10 10E 35 42
Octal 250 172 326 25 53 0 20 416 65 102
Binary 10101000 1111010 11010110 10101 101011 0 10000 100001110 110101 1000010

Color Harmonies of #A87AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87AD6

Black with #A87AD6

Text Example


Text Example

White with #A87AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87AD6; }

 p { color: rgb(168,122,214); }

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

background-color css

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

 a { background-color: rgb(168,122,214); }

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

border-color css

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

 span { border-color: rgb(168,122,214); }

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