Html Css Color HEX #A873DB Amethyst

📋 copy color: '#A873DB'

red 168 ◦ green 115 ◦ blue 219

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

Shades of Amethyst #A873DB

Tints of Amethyst #A873DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 33.47%
G = 22.91%
B = 43.63%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A873DB (or 0xA873DB) is known color: Amethyst. HEX triplet: A8, 73 and DB. RGB value is (168,115,219). Sum of RGB (Red+Green+Blue) = 168+115+219=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #A873DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873DB is #578C24. Grayscale: #8E8E8E. Windows color (decimal): -5737509 or 14381992. OLE color: 14381992.

HSL color Cylindrical-coordinate representation of color #A873DB: hue angle of 270.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A873DB is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 115 219 -
CMYK 0.23 0.47 0 0.14
HSL 270.58º 0.59% 0.65% -
HSV(B) 270.58º 0.47% 0.86% -
XYZ 35.07 25.7 70.13 -
YUV 142.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 168 115 219 0.23 0.47 0 0.14 270.58 0.59 0.65
Hex A8 73 DB 17 2F 0 E 10F 3B 41
Octal 250 163 333 27 57 0 16 417 73 101
Binary 10101000 1110011 11011011 10111 101111 0 1110 100001111 111011 1000001

Color Harmonies of #A873DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A873DB

Black with #A873DB

Text Example


Text Example

White with #A873DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A873DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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