Html Css Color HEX #A088A2 Amethyst Smoke

📋 copy color: '#A088A2'

red 160 ◦ green 136 ◦ blue 162

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

Shades of Amethyst Smoke #A088A2

Tints of Amethyst Smoke #A088A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.37%

R = 34.93%
G = 29.69%
B = 35.37%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A088A2 (or 0xA088A2) is known color: Amethyst Smoke. HEX triplet: A0, 88 and A2. RGB value is (160,136,162). Sum of RGB (Red+Green+Blue) = 160+136+162=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 162 - color contains mainly: blue. Hex color #A088A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A088A2 is #5F775D. Grayscale: #929292. Windows color (decimal): -6256478 or 10651808. OLE color: 10651808.

HSL color Cylindrical-coordinate representation of color #A088A2: hue angle of 295.38º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A088A2 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 136 162 -
CMYK 0.01 0.16 0 0.36
HSL 295.38º 0.12% 0.58% -
HSV(B) 295.38º 0.16% 0.64% -
XYZ 29.82 27.69 37.96 -
YUV 146.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 160 136 162 0.01 0.16 0 0.36 295.38 0.12 0.58
Hex A0 88 A2 1 10 0 24 127 C 3A
Octal 240 210 242 1 20 0 44 447 14 72
Binary 10100000 10001000 10100010 1 10000 0 100100 100100111 1100 111010

Color Harmonies of #A088A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088A2

Black with #A088A2

Text Example


Text Example

White with #A088A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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