Html Css Color HEX #A088AC Amethyst Smoke

📋 copy color: '#A088AC'

red 160 ◦ green 136 ◦ blue 172

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

Shades of Amethyst Smoke #A088AC

Tints of Amethyst Smoke #A088AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 34.19%
G = 29.06%
B = 36.75%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A088AC (or 0xA088AC) is known color: Amethyst Smoke. HEX triplet: A0, 88 and AC. RGB value is (160,136,172). Sum of RGB (Red+Green+Blue) = 160+136+172=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #A088AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A088AC is #5F7753. Grayscale: #939393. Windows color (decimal): -6256468 or 11307168. OLE color: 11307168.

HSL color Cylindrical-coordinate representation of color #A088AC: hue angle of 280º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A088AC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 136 172 -
CMYK 0.07 0.21 0 0.33
HSL 280º 0.18% 0.6% -
HSV(B) 280º 0.21% 0.67% -
XYZ 30.75 28.06 42.83 -
YUV 147.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 160 136 172 0.07 0.21 0 0.33 280 0.18 0.6
Hex A0 88 AC 7 15 0 21 118 12 3C
Octal 240 210 254 7 25 0 41 430 22 74
Binary 10100000 10001000 10101100 111 10101 0 100001 100011000 10010 111100

Color Harmonies of #A088AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088AC

Black with #A088AC

Text Example


Text Example

White with #A088AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088AC; }

 p { color: rgb(160,136,172); }

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

background-color css

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

 a { background-color: rgb(160,136,172); }

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

border-color css

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

 span { border-color: rgb(160,136,172); }

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