Html Css Color HEX #A873D5 Amethyst

📋 copy color: '#A873D5'

red 168 ◦ green 115 ◦ blue 213

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

Shades of Amethyst #A873D5

Tints of Amethyst #A873D5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.19%

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

R = 33.87%
G = 23.19%
B = 42.94%

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

#A873D5 (or 0xA873D5) is known color: Amethyst. HEX triplet: A8, 73 and D5. RGB value is (168,115,213). Sum of RGB (Red+Green+Blue) = 168+115+213=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #A873D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873D5 is #578C2A. Grayscale: #8D8D8D. Windows color (decimal): -5737515 or 13988776. OLE color: 13988776.

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

Color convert

RGB 168 115 213 -
CMYK 0.21 0.46 0 0.16
HSL 272.45º 0.54% 0.64% -
HSV(B) 272.45º 0.46% 0.84% -
XYZ 34.29 25.39 66.04 -
YUV 142.02 168.06 146.53 -
System Red Green Blue C M Y K H S L
Decimal 168 115 213 0.21 0.46 0 0.16 272.45 0.54 0.64
Hex A8 73 D5 15 2E 0 10 110 36 40
Octal 250 163 325 25 56 0 20 420 66 100
Binary 10101000 1110011 11010101 10101 101110 0 10000 100010000 110110 1000000

Color Harmonies of #A873D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A873D5

Black with #A873D5

Text Example


Text Example

White with #A873D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A873D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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