Html Css Color HEX #A083AD Amethyst Smoke

📋 copy color: '#A083AD'

red 160 ◦ green 131 ◦ blue 173

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

Shades of Amethyst Smoke #A083AD

Tints of Amethyst Smoke #A083AD

RGB

 RED value IS 160 (62.89% from 255) = 34.48%

 GREEN value IS 131 (51.56% from 255) = 28.23%

 BLUE value IS 173 (67.97% from 255) = 37.28%

R = 34.48%
G = 28.23%
B = 37.28%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A083AD (or 0xA083AD) is known color: Amethyst Smoke. HEX triplet: A0, 83 and AD. RGB value is (160,131,173). Sum of RGB (Red+Green+Blue) = 160+131+173=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #A083AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A083AD is #5F7C52. Grayscale: #909090. Windows color (decimal): -6257747 or 11371424. OLE color: 11371424.

HSL color Cylindrical-coordinate representation of color #A083AD: hue angle of 281.43º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A083AD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 131 173 -
CMYK 0.08 0.24 0 0.32
HSL 281.43º 0.2% 0.6% -
HSV(B) 281.43º 0.24% 0.68% -
XYZ 30.16 26.72 43.1 -
YUV 144.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 160 131 173 0.08 0.24 0 0.32 281.43 0.2 0.6
Hex A0 83 AD 8 18 0 20 119 14 3C
Octal 240 203 255 10 30 0 40 431 24 74
Binary 10100000 10000011 10101101 1000 11000 0 100000 100011001 10100 111100

Color Harmonies of #A083AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083AD

Black with #A083AD

Text Example


Text Example

White with #A083AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083AD; }

 p { color: rgb(160,131,173); }

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

background-color css

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

 a { background-color: rgb(160,131,173); }

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

border-color css

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

 span { border-color: rgb(160,131,173); }

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