Html Css Color HEX #A673D0 Amethyst

📋 copy color: '#A673D0'

red 166 ◦ green 115 ◦ blue 208

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

Shades of Amethyst #A673D0

Tints of Amethyst #A673D0

RGB

 RED value IS 166 (65.23% from 255) = 33.95%

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

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

R = 33.95%
G = 23.52%
B = 42.54%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A673D0 (or 0xA673D0) is known color: Amethyst. HEX triplet: A6, 73 and D0. RGB value is (166,115,208). Sum of RGB (Red+Green+Blue) = 166+115+208=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #A673D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673D0 is #598C2F. Grayscale: #8C8C8C. Windows color (decimal): -5868592 or 13661094. OLE color: 13661094.

HSL color Cylindrical-coordinate representation of color #A673D0: hue angle of 272.9º 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 #A673D0 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 115 208 -
CMYK 0.20 0.45 0 0.18
HSL 272.9º 0.5% 0.63% -
HSV(B) 272.9º 0.45% 0.82% -
XYZ 33.24 24.92 62.73 -
YUV 140.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 166 115 208 0.20 0.45 0 0.18 272.9 0.5 0.63
Hex A6 73 D0 14 2D 0 12 111 32 3F
Octal 246 163 320 24 55 0 22 421 62 77
Binary 10100110 1110011 11010000 10100 101101 0 10010 100010001 110010 111111

Color Harmonies of #A673D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673D0

Black with #A673D0

Text Example


Text Example

White with #A673D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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