Html Css Color HEX #A873CE Amethyst

📋 copy color: '#A873CE'

red 168 ◦ green 115 ◦ blue 206

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

Shades of Amethyst #A873CE

Tints of Amethyst #A873CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 34.36%
G = 23.52%
B = 42.13%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A873CE (or 0xA873CE) is known color: Amethyst. HEX triplet: A8, 73 and CE. RGB value is (168,115,206). Sum of RGB (Red+Green+Blue) = 168+115+206=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #A873CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873CE is #578C31. Grayscale: #8C8C8C. Windows color (decimal): -5737522 or 13530024. OLE color: 13530024.

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

Color convert

RGB 168 115 206 -
CMYK 0.18 0.44 0 0.19
HSL 274.95º 0.48% 0.63% -
HSV(B) 274.95º 0.44% 0.81% -
XYZ 33.42 25.04 61.46 -
YUV 141.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 168 115 206 0.18 0.44 0 0.19 274.95 0.48 0.63
Hex A8 73 CE 12 2C 0 13 113 30 3F
Octal 250 163 316 22 54 0 23 423 60 77
Binary 10101000 1110011 11001110 10010 101100 0 10011 100010011 110000 111111

Color Harmonies of #A873CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A873CE

Black with #A873CE

Text Example


Text Example

White with #A873CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A873CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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