Html Css Color HEX #A87DD4 Amethyst

📋 copy color: '#A87DD4'

red 168 ◦ green 125 ◦ blue 212

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

Shades of Amethyst #A87DD4

Tints of Amethyst #A87DD4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.75%

 BLUE value IS 212 (83.2% from 255) = 41.98%

R = 33.27%
G = 24.75%
B = 41.98%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A87DD4 (or 0xA87DD4) is known color: Amethyst. HEX triplet: A8, 7D and D4. RGB value is (168,125,212). Sum of RGB (Red+Green+Blue) = 168+125+212=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #A87DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DD4 is #57822B. Grayscale: #939393. Windows color (decimal): -5734956 or 13925800. OLE color: 13925800.

HSL color Cylindrical-coordinate representation of color #A87DD4: hue angle of 269.66º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A87DD4 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 125 212 -
CMYK 0.21 0.41 0 0.17
HSL 269.66º 0.5% 0.66% -
HSV(B) 269.66º 0.41% 0.83% -
XYZ 35.37 27.75 65.78 -
YUV 147.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 168 125 212 0.21 0.41 0 0.17 269.66 0.5 0.66
Hex A8 7D D4 15 29 0 11 10E 32 42
Octal 250 175 324 25 51 0 21 416 62 102
Binary 10101000 1111101 11010100 10101 101001 0 10001 100001110 110010 1000010

Color Harmonies of #A87DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DD4

Black with #A87DD4

Text Example


Text Example

White with #A87DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DD4; }

 p { color: rgb(168,125,212); }

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

background-color css

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

 a { background-color: rgb(168,125,212); }

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

border-color css

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

 span { border-color: rgb(168,125,212); }

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