Html Css Color HEX #A873D0 Amethyst

📋 copy color: '#A873D0'

red 168 ◦ green 115 ◦ blue 208

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

Shades of Amethyst #A873D0

Tints of Amethyst #A873D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 34.22%
G = 23.42%
B = 42.36%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A873D0 (or 0xA873D0) is known color: Amethyst. HEX triplet: A8, 73 and D0. RGB value is (168,115,208). Sum of RGB (Red+Green+Blue) = 168+115+208=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #A873D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873D0 is #578C2F. Grayscale: #8D8D8D. Windows color (decimal): -5737520 or 13661096. OLE color: 13661096.

HSL color Cylindrical-coordinate representation of color #A873D0: hue angle of 274.19º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A873D0 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 115 208 -
CMYK 0.19 0.45 0 0.18
HSL 274.19º 0.5% 0.63% -
HSV(B) 274.19º 0.45% 0.82% -
XYZ 33.66 25.14 62.75 -
YUV 141.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 168 115 208 0.19 0.45 0 0.18 274.19 0.5 0.63
Hex A8 73 D0 13 2D 0 12 112 32 3F
Octal 250 163 320 23 55 0 22 422 62 77
Binary 10101000 1110011 11010000 10011 101101 0 10010 100010010 110010 111111

Color Harmonies of #A873D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A873D0

Black with #A873D0

Text Example


Text Example

White with #A873D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A873D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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