Html Css Color HEX #A087A4 Amethyst Smoke

📋 copy color: '#A087A4'

red 160 ◦ green 135 ◦ blue 164

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

Shades of Amethyst Smoke #A087A4

Tints of Amethyst Smoke #A087A4

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

 BLUE value IS 164 (64.45% from 255) = 35.73%

R = 34.86%
G = 29.41%
B = 35.73%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A087A4 (or 0xA087A4) is known color: Amethyst Smoke. HEX triplet: A0, 87 and A4. RGB value is (160,135,164). Sum of RGB (Red+Green+Blue) = 160+135+164=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 164 - color contains mainly: blue. Hex color #A087A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A087A4 is #5F785B. Grayscale: #919191. Windows color (decimal): -6256732 or 10782624. OLE color: 10782624.

HSL color Cylindrical-coordinate representation of color #A087A4: hue angle of 291.72º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A087A4 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 135 164 -
CMYK 0.02 0.18 0 0.36
HSL 291.72º 0.14% 0.59% -
HSV(B) 291.72º 0.18% 0.64% -
XYZ 29.86 27.48 38.85 -
YUV 145.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 160 135 164 0.02 0.18 0 0.36 291.72 0.14 0.59
Hex A0 87 A4 2 12 0 24 124 E 3B
Octal 240 207 244 2 22 0 44 444 16 73
Binary 10100000 10000111 10100100 10 10010 0 100100 100100100 1110 111011

Color Harmonies of #A087A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087A4

Black with #A087A4

Text Example


Text Example

White with #A087A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087A4; }

 p { color: rgb(160,135,164); }

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

background-color css

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

 a { background-color: rgb(160,135,164); }

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

border-color css

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

 span { border-color: rgb(160,135,164); }

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