Html Css Color HEX #A673CB Amethyst

📋 copy color: '#A673CB'

red 166 ◦ green 115 ◦ blue 203

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

Shades of Amethyst #A673CB

Tints of Amethyst #A673CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 34.3%
G = 23.76%
B = 41.94%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A673CB (or 0xA673CB) is known color: Amethyst. HEX triplet: A6, 73 and CB. RGB value is (166,115,203). Sum of RGB (Red+Green+Blue) = 166+115+203=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #A673CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673CB is #598C34. Grayscale: #8B8B8B. Windows color (decimal): -5868597 or 13333414. OLE color: 13333414.

HSL color Cylindrical-coordinate representation of color #A673CB: hue angle of 274.77º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A673CB is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 115 203 -
CMYK 0.18 0.43 0 0.20
HSL 274.77º 0.46% 0.62% -
HSV(B) 274.77º 0.43% 0.8% -
XYZ 32.64 24.68 59.54 -
YUV 140.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 166 115 203 0.18 0.43 0 0.20 274.77 0.46 0.62
Hex A6 73 CB 12 2B 0 14 113 2E 3E
Octal 246 163 313 22 53 0 24 423 56 76
Binary 10100110 1110011 11001011 10010 101011 0 10100 100010011 101110 111110

Color Harmonies of #A673CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673CB

Black with #A673CB

Text Example


Text Example

White with #A673CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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