Html Css Color HEX #A87AD7 Amethyst

📋 copy color: '#A87AD7'

red 168 ◦ green 122 ◦ blue 215

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

Shades of Amethyst #A87AD7

Tints of Amethyst #A87AD7

RGB

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

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

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

R = 33.27%
G = 24.16%
B = 42.57%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A87AD7 (or 0xA87AD7) is known color: Amethyst. HEX triplet: A8, 7A and D7. RGB value is (168,122,215). Sum of RGB (Red+Green+Blue) = 168+122+215=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #A87AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AD7 is #578528. Grayscale: #929292. Windows color (decimal): -5735721 or 14121640. OLE color: 14121640.

HSL color Cylindrical-coordinate representation of color #A87AD7: hue angle of 269.68º degrees, saturation: 0.54, 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 #A87AD7 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 122 215 -
CMYK 0.22 0.43 0 0.16
HSL 269.68º 0.54% 0.66% -
HSV(B) 269.68º 0.43% 0.84% -
XYZ 35.37 27.15 67.67 -
YUV 146.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 168 122 215 0.22 0.43 0 0.16 269.68 0.54 0.66
Hex A8 7A D7 16 2B 0 10 10E 36 42
Octal 250 172 327 26 53 0 20 416 66 102
Binary 10101000 1111010 11010111 10110 101011 0 10000 100001110 110110 1000010

Color Harmonies of #A87AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87AD7

Black with #A87AD7

Text Example


Text Example

White with #A87AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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