Html Css Color HEX #A083AA Amethyst Smoke

📋 copy color: '#A083AA'

red 160 ◦ green 131 ◦ blue 170

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

Shades of Amethyst Smoke #A083AA

Tints of Amethyst Smoke #A083AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 34.71%
G = 28.42%
B = 36.88%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A083AA (or 0xA083AA) is known color: Amethyst Smoke. HEX triplet: A0, 83 and AA. RGB value is (160,131,170). Sum of RGB (Red+Green+Blue) = 160+131+170=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A083AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A083AA is #5F7C55. Grayscale: #8F8F8F. Windows color (decimal): -6257750 or 11174816. OLE color: 11174816.

HSL color Cylindrical-coordinate representation of color #A083AA: hue angle of 284.62º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A083AA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 131 170 -
CMYK 0.06 0.23 0 0.33
HSL 284.62º 0.19% 0.59% -
HSV(B) 284.62º 0.23% 0.67% -
XYZ 29.87 26.61 41.59 -
YUV 144.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 160 131 170 0.06 0.23 0 0.33 284.62 0.19 0.59
Hex A0 83 AA 6 17 0 21 11D 13 3B
Octal 240 203 252 6 27 0 41 435 23 73
Binary 10100000 10000011 10101010 110 10111 0 100001 100011101 10011 111011

Color Harmonies of #A083AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083AA

Black with #A083AA

Text Example


Text Example

White with #A083AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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