Html Css Color HEX #A092A7 Amethyst Smoke

📋 copy color: '#A092A7'

red 160 ◦ green 146 ◦ blue 167

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

Shades of Amethyst Smoke #A092A7

Tints of Amethyst Smoke #A092A7

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.87%

 BLUE value IS 167 (65.63% from 255) = 35.31%

R = 33.83%
G = 30.87%
B = 35.31%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A092A7 (or 0xA092A7) is known color: Amethyst Smoke. HEX triplet: A0, 92 and A7. RGB value is (160,146,167). Sum of RGB (Red+Green+Blue) = 160+146+167=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 167 - color contains mainly: blue. Hex color #A092A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A092A7 is #5F6D58. Grayscale: #989898. Windows color (decimal): -6253913 or 10982048. OLE color: 10982048.

HSL color Cylindrical-coordinate representation of color #A092A7: hue angle of 280º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A092A7 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 146 167 -
CMYK 0.04 0.13 0 0.35
HSL 280º 0.11% 0.61% -
HSV(B) 280º 0.13% 0.65% -
XYZ 31.75 30.82 40.83 -
YUV 152.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 160 146 167 0.04 0.13 0 0.35 280 0.11 0.61
Hex A0 92 A7 4 D 0 23 118 B 3D
Octal 240 222 247 4 15 0 43 430 13 75
Binary 10100000 10010010 10100111 100 1101 0 100011 100011000 1011 111101

Color Harmonies of #A092A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092A7

Black with #A092A7

Text Example


Text Example

White with #A092A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092A7; }

 p { color: rgb(160,146,167); }

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

background-color css

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

 a { background-color: rgb(160,146,167); }

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

border-color css

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

 span { border-color: rgb(160,146,167); }

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