Html Css Color HEX #A083AB Amethyst Smoke

📋 copy color: '#A083AB'

red 160 ◦ green 131 ◦ blue 171

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

Shades of Amethyst Smoke #A083AB

Tints of Amethyst Smoke #A083AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 34.63%
G = 28.35%
B = 37.01%

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

#A083AB (or 0xA083AB) is known color: Amethyst Smoke. HEX triplet: A0, 83 and AB. RGB value is (160,131,171). Sum of RGB (Red+Green+Blue) = 160+131+171=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #A083AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A083AB is #5F7C54. Grayscale: #909090. Windows color (decimal): -6257749 or 11240352. OLE color: 11240352.

HSL color Cylindrical-coordinate representation of color #A083AB: hue angle of 283.5º 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 #A083AB is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 131 171 -
CMYK 0.06 0.23 0 0.33
HSL 283.5º 0.19% 0.59% -
HSV(B) 283.5º 0.23% 0.67% -
XYZ 29.96 26.65 42.09 -
YUV 144.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 160 131 171 0.06 0.23 0 0.33 283.5 0.19 0.59
Hex A0 83 AB 6 17 0 21 11C 13 3B
Octal 240 203 253 6 27 0 41 434 23 73
Binary 10100000 10000011 10101011 110 10111 0 100001 100011100 10011 111011

Color Harmonies of #A083AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083AB

Black with #A083AB

Text Example


Text Example

White with #A083AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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