Html Css Color HEX #A873DC Amethyst

📋 copy color: '#A873DC'

red 168 ◦ green 115 ◦ blue 220

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

Shades of Amethyst #A873DC

Tints of Amethyst #A873DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 33.4%
G = 22.86%
B = 43.74%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A873DC (or 0xA873DC) is known color: Amethyst. HEX triplet: A8, 73 and DC. RGB value is (168,115,220). Sum of RGB (Red+Green+Blue) = 168+115+220=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #A873DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873DC is #578C23. Grayscale: #8E8E8E. Windows color (decimal): -5737508 or 14447528. OLE color: 14447528.

HSL color Cylindrical-coordinate representation of color #A873DC: hue angle of 270.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A873DC is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 115 220 -
CMYK 0.24 0.48 0 0.14
HSL 270.29º 0.6% 0.66% -
HSV(B) 270.29º 0.48% 0.86% -
XYZ 35.2 25.75 70.83 -
YUV 142.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 168 115 220 0.24 0.48 0 0.14 270.29 0.6 0.66
Hex A8 73 DC 18 30 0 E 10E 3C 42
Octal 250 163 334 30 60 0 16 416 74 102
Binary 10101000 1110011 11011100 11000 110000 0 1110 100001110 111100 1000010

Color Harmonies of #A873DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A873DC

Black with #A873DC

Text Example


Text Example

White with #A873DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A873DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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