Html Css Color HEX #A87BD6 Amethyst

📋 copy color: '#A87BD6'

red 168 ◦ green 123 ◦ blue 214

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

Shades of Amethyst #A87BD6

Tints of Amethyst #A87BD6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.36%

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

R = 33.27%
G = 24.36%
B = 42.38%

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

#A87BD6 (or 0xA87BD6) is known color: Amethyst. HEX triplet: A8, 7B and D6. RGB value is (168,123,214). Sum of RGB (Red+Green+Blue) = 168+123+214=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #A87BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BD6 is #578429. Grayscale: #929292. Windows color (decimal): -5735466 or 14056360. OLE color: 14056360.

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

Color convert

RGB 168 123 214 -
CMYK 0.21 0.43 0 0.16
HSL 269.67º 0.53% 0.66% -
HSV(B) 269.67º 0.43% 0.84% -
XYZ 35.37 27.35 67.03 -
YUV 146.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 168 123 214 0.21 0.43 0 0.16 269.67 0.53 0.66
Hex A8 7B D6 15 2B 0 10 10E 35 42
Octal 250 173 326 25 53 0 20 416 65 102
Binary 10101000 1111011 11010110 10101 101011 0 10000 100001110 110101 1000010

Color Harmonies of #A87BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87BD6

Black with #A87BD6

Text Example


Text Example

White with #A87BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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