Html Css Color HEX #A87ACD Amethyst

📋 copy color: '#A87ACD'

red 168 ◦ green 122 ◦ blue 205

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

Shades of Amethyst #A87ACD

Tints of Amethyst #A87ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 33.94%
G = 24.65%
B = 41.41%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A87ACD (or 0xA87ACD) is known color: Amethyst. HEX triplet: A8, 7A and CD. RGB value is (168,122,205). Sum of RGB (Red+Green+Blue) = 168+122+205=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #A87ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ACD is #578532. Grayscale: #909090. Windows color (decimal): -5735731 or 13466280. OLE color: 13466280.

HSL color Cylindrical-coordinate representation of color #A87ACD: hue angle of 273.25º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87ACD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 122 205 -
CMYK 0.18 0.40 0 0.20
HSL 273.25º 0.45% 0.64% -
HSV(B) 273.25º 0.4% 0.8% -
XYZ 34.13 26.65 61.1 -
YUV 145.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 168 122 205 0.18 0.40 0 0.20 273.25 0.45 0.64
Hex A8 7A CD 12 28 0 14 111 2D 40
Octal 250 172 315 22 50 0 24 421 55 100
Binary 10101000 1111010 11001101 10010 101000 0 10100 100010001 101101 1000000

Color Harmonies of #A87ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87ACD

Black with #A87ACD

Text Example


Text Example

White with #A87ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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