Html Css Color HEX #A872D6 Amethyst

📋 copy color: '#A872D6'

red 168 ◦ green 114 ◦ blue 214

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

Shades of Amethyst #A872D6

Tints of Amethyst #A872D6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

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

R = 33.87%
G = 22.98%
B = 43.15%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A872D6 (or 0xA872D6) is known color: Amethyst. HEX triplet: A8, 72 and D6. RGB value is (168,114,214). Sum of RGB (Red+Green+Blue) = 168+114+214=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #A872D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872D6 is #578D29. Grayscale: #8D8D8D. Windows color (decimal): -5737770 or 14054056. OLE color: 14054056.

HSL color Cylindrical-coordinate representation of color #A872D6: hue angle of 272.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A872D6 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 114 214 -
CMYK 0.21 0.47 0 0.16
HSL 272.4º 0.55% 0.64% -
HSV(B) 272.4º 0.47% 0.84% -
XYZ 34.3 25.21 66.68 -
YUV 141.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 168 114 214 0.21 0.47 0 0.16 272.4 0.55 0.64
Hex A8 72 D6 15 2F 0 10 110 37 40
Octal 250 162 326 25 57 0 20 420 67 100
Binary 10101000 1110010 11010110 10101 101111 0 10000 100010000 110111 1000000

Color Harmonies of #A872D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872D6

Black with #A872D6

Text Example


Text Example

White with #A872D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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