Html Css Color HEX #A872D5 Amethyst

📋 copy color: '#A872D5'

red 168 ◦ green 114 ◦ blue 213

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

Shades of Amethyst #A872D5

Tints of Amethyst #A872D5

RGB

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

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

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

R = 33.94%
G = 23.03%
B = 43.03%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A872D5 (or 0xA872D5) is known color: Amethyst. HEX triplet: A8, 72 and D5. RGB value is (168,114,213). Sum of RGB (Red+Green+Blue) = 168+114+213=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #A872D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872D5 is #578D2A. Grayscale: #8D8D8D. Windows color (decimal): -5737771 or 13988520. OLE color: 13988520.

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

Color convert

RGB 168 114 213 -
CMYK 0.21 0.46 0 0.16
HSL 272.73º 0.54% 0.64% -
HSV(B) 272.73º 0.46% 0.84% -
XYZ 34.18 25.16 66.01 -
YUV 141.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 168 114 213 0.21 0.46 0 0.16 272.73 0.54 0.64
Hex A8 72 D5 15 2E 0 10 111 36 40
Octal 250 162 325 25 56 0 20 421 66 100
Binary 10101000 1110010 11010101 10101 101110 0 10000 100010001 110110 1000000

Color Harmonies of #A872D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872D5

Black with #A872D5

Text Example


Text Example

White with #A872D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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