Html Css Color HEX #A673CD Amethyst

📋 copy color: '#A673CD'

red 166 ◦ green 115 ◦ blue 205

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

Shades of Amethyst #A673CD

Tints of Amethyst #A673CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 34.16%
G = 23.66%
B = 42.18%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A673CD (or 0xA673CD) is known color: Amethyst. HEX triplet: A6, 73 and CD. RGB value is (166,115,205). Sum of RGB (Red+Green+Blue) = 166+115+205=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #A673CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673CD is #598C32. Grayscale: #8C8C8C. Windows color (decimal): -5868595 or 13464486. OLE color: 13464486.

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

Color convert

RGB 166 115 205 -
CMYK 0.19 0.44 0 0.20
HSL 274º 0.47% 0.63% -
HSV(B) 274º 0.44% 0.8% -
XYZ 32.88 24.78 60.81 -
YUV 140.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 166 115 205 0.19 0.44 0 0.20 274 0.47 0.63
Hex A6 73 CD 13 2C 0 14 112 2F 3F
Octal 246 163 315 23 54 0 24 422 57 77
Binary 10100110 1110011 11001101 10011 101100 0 10100 100010010 101111 111111

Color Harmonies of #A673CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673CD

Black with #A673CD

Text Example


Text Example

White with #A673CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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