Html Css Color HEX #A088AA Amethyst Smoke

📋 copy color: '#A088AA'

red 160 ◦ green 136 ◦ blue 170

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

Shades of Amethyst Smoke #A088AA

Tints of Amethyst Smoke #A088AA

RGB

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

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

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

R = 34.33%
G = 29.18%
B = 36.48%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A088AA (or 0xA088AA) is known color: Amethyst Smoke. HEX triplet: A0, 88 and AA. RGB value is (160,136,170). Sum of RGB (Red+Green+Blue) = 160+136+170=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #A088AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A088AA is #5F7755. Grayscale: #929292. Windows color (decimal): -6256470 or 11176096. OLE color: 11176096.

HSL color Cylindrical-coordinate representation of color #A088AA: hue angle of 282.35º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A088AA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 136 170 -
CMYK 0.06 0.20 0 0.33
HSL 282.35º 0.17% 0.6% -
HSV(B) 282.35º 0.2% 0.67% -
XYZ 30.56 27.98 41.82 -
YUV 147.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 160 136 170 0.06 0.20 0 0.33 282.35 0.17 0.6
Hex A0 88 AA 6 14 0 21 11A 11 3C
Octal 240 210 252 6 24 0 41 432 21 74
Binary 10100000 10001000 10101010 110 10100 0 100001 100011010 10001 111100

Color Harmonies of #A088AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088AA

Black with #A088AA

Text Example


Text Example

White with #A088AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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