Html Css Color HEX #A87AD5 Amethyst

📋 copy color: '#A87AD5'

red 168 ◦ green 122 ◦ blue 213

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

Shades of Amethyst #A87AD5

Tints of Amethyst #A87AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 33.4%
G = 24.25%
B = 42.35%

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

#A87AD5 (or 0xA87AD5) is known color: Amethyst. HEX triplet: A8, 7A and D5. RGB value is (168,122,213). Sum of RGB (Red+Green+Blue) = 168+122+213=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #A87AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AD5 is #57852A. Grayscale: #919191. Windows color (decimal): -5735723 or 13990568. OLE color: 13990568.

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

Color convert

RGB 168 122 213 -
CMYK 0.21 0.43 0 0.16
HSL 270.33º 0.52% 0.66% -
HSV(B) 270.33º 0.43% 0.84% -
XYZ 35.12 27.05 66.32 -
YUV 146.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 168 122 213 0.21 0.43 0 0.16 270.33 0.52 0.66
Hex A8 7A D5 15 2B 0 10 10E 34 42
Octal 250 172 325 25 53 0 20 416 64 102
Binary 10101000 1111010 11010101 10101 101011 0 10000 100001110 110100 1000010

Color Harmonies of #A87AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87AD5

Black with #A87AD5

Text Example


Text Example

White with #A87AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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